summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mdio.h: Include linux/types.hDavid S. Miller2012-03-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings2012-03-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mdio: Export mdio.h to userlandBen Hutchings2012-03-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mlx4_en: dont change mac_header on xmitEric Dumazet2012-02-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso2012-02-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso2012-02-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Support RX-ALL feature flag.Ben Greear2012-02-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Support RXFCS feature flag.Ben Greear2012-02-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-15
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: add extra sprom checkHauke Mehrtens2012-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: add bus num counterHauke Mehrtens2012-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: add PCIe host controllerHauke Mehrtens2012-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: make some functions __devinitHauke Mehrtens2012-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: add constants for PCI and use themHauke Mehrtens2012-02-06
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcma: add the core unit numberHauke Mehrtens2012-02-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skb: Add skb_peek_next helperPavel Emelyanov2012-02-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-21
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: sh_eth: change the condition of initializationYoshihiro Shimoda2012-02-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: helper function to get tclassJiri Benc2012-02-13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck2012-02-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan2012-02-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nl80211: add support for mcs masksSimon Wunderlich2012-01-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | {nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-01-27
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFC: Export new attributes sensb_res and sensf_resIlan Elias2012-01-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssb: SPROM: extract each core power infoRafał Miłecki2012-01-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde2012-02-03
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: md5: protects md5sig_info with RCUEric Dumazet2012-02-01
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: md5: rcu conversionEric Dumazet2012-01-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2012-01-26
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02