aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipv6 ip6_tunnel: eliminate unused recursion field from ip6_tnl{}.YOSHIFUJI Hideaki / 吉藤英明2010-03-101-1/+0
* tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2010-03-081-0/+2
* net: add __must_check to sk_add_backlogZhu Yi2010-03-081-1/+1
* ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2010-03-071-0/+18
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+7
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-3/+14
* net: backlog functions renameZhu Yi2010-03-051-3/+3
* net: add limit for socket backlogZhu Yi2010-03-051-1/+14
* net: add scheduler sync hint to tcp_prequeue().Mike Galbraith2010-03-041-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-032-2/+3
|\
| * mac80211: Fix HT rate control configurationSujith2010-03-031-1/+2
| * rfkill: Add support for KEY_RFKILLMatthew Garrett2010-03-021-1/+1
* | ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-1/+2
* | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-03-022-0/+10
|\ \
| * | OMAP: DSS2: OMAPFB: install omapfb.hVille Syrjälä2010-03-011-0/+1
| * | OMAP: DSS2: OMAPFB: implement OMAPFB_GET_DISPLAY_INFOTomi Valkeinen2010-02-151-0/+9
* | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-022-0/+13
|\ \ \
| * \ \ Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-01112-708/+2415
| |\ \ \
| * | | | omap: musb: Pass board specific data from board fileMaulik Mankad2010-02-191-0/+3
| * | | | USB: Add empty functions in otg.hMaulik Mankad2010-02-191-0/+10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-0293-468/+2092
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | net: fix protocol sk_buff fieldEric Dumazet2010-03-021-1/+1
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-2883-511/+1859
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-282-2/+9
| |\ \ \ \ \
| | * | | | | Bluetooth: Add controller types for BR/EDR and 802.11 AMPMarcel Holtmann2010-02-272-0/+5
| | * | | | | Bluetooth: Convert inquiry cache to use debugfs instead of sysfsMarcel Holtmann2010-02-271-0/+2
| | * | | | | Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-272-2/+2
| * | | | | | pci: Add helper to search for VPD keywordsMatt Carlson2010-02-281-0/+17
| * | | | | | pci: Add VPD information field helper functionsMatt Carlson2010-02-281-0/+13
| * | | | | | pci: Add helper to find a VPD resource data typeMatt Carlson2010-02-281-0/+12
| * | | | | | pci: Add large and small resource data type codeMatt Carlson2010-02-281-1/+33
| * | | | | | pci: Add PCI LRDT tag size and section sizeMatt Carlson2010-02-281-0/+14
| * | | | | | skbuff: align sk_buff::cb to 64 bit and close some potential holesFelix Fietkau2010-02-271-6/+7
| * | | | | | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-271-0/+2
| * | | | | | dev: support deferring device flag change notificationsPatrick McHardy2010-02-271-0/+2
| * | | | | | rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-271-1/+6
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-271-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville2010-02-261-1/+1
| * | | | | | can: ti hecc module : add platform specific initialization callback.Sriramakrishnan2010-02-261-2/+6
| * | | | | | Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller2010-02-261-1/+0
| * | | | | | ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz2010-02-261-0/+1
| * | | | | | ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber2010-02-261-1/+0
| * | | | | | can: netlink support for bus-error reporting and countersWolfgang Grandegger2010-02-262-4/+16
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-254-6/+110
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | nl80211: add power save commandsKalle Valo2010-02-192-3/+14
| | * | | | | Introduce PCMCIA_DEVICE_PROD_ID3Pavel Roskin2010-02-191-0/+5
| | * | | | | cfg80211/mac80211: allow registering for and sending action framesJouni Malinen2010-02-153-3/+91
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-244-33/+23
| |\ \ \ \ \ \
| | * | | | | | netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-243-11/+11
| | * | | | | | netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-244-25/+15