summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-071-1/+1
|\
| * Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-1/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-1/+1
* | ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明2010-04-021-13/+16
* | gen_estimator: deadlock fixEric Dumazet2010-04-022-1/+2
* | ipv6: Use __fls() instead of fls() in __ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明2010-03-311-1/+1
* | net-caif: add CAIF Link layer device header filesSjur Braendeland2010-03-312-0/+145
* | net-caif: add CAIF core protocol stack header filesSjur Braendeland2010-03-318-0/+912
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-292-2/+71
|\ \
| * | mac80211: Add support for connection quality monitoringJuuso Oikarinen2010-03-241-0/+30
| * | cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen2010-03-241-0/+19
| * | mac80211: Add support for connection monitor in hardwareJuuso Oikarinen2010-03-231-2/+22
* | | decnet: Remove unused FIB metric macros.David S. Miller2010-03-281-4/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-231-2/+2
|\| |
| * | mac80211: deprecate RX status noiseJohannes Berg2010-03-091-2/+2
* | | net: snmp mib cleanupEric Dumazet2010-03-222-23/+8
* | | ipv6: convert idev_list to list macrosstephen hemminger2010-03-201-3/+3
* | | IPv6: convert addrconf hash list to RCUstephen hemminger2010-03-201-0/+1
* | | ipv6: convert addrconf list to hliststephen hemminger2010-03-201-1/+1
* | | ipv6: convert temporary address list to list macrosstephen hemminger2010-03-201-2/+2
| |/ |/|
* | netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso2010-03-201-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-03-141-2/+2
|\ \
| * | 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-131-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-136-6/+38
|\ \ \ | |/ / |/| |
| * | ipv6 ip6_tunnel: eliminate unused recursion field from ip6_tnl{}.YOSHIFUJI Hideaki / 吉藤英明2010-03-101-1/+0
| * | 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-081-0/+18
| * | 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-041-1/+2
| |\|
| | * mac80211: Fix HT rate control configurationSujith2010-03-031-1/+2
| * | ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-1/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \
| | * | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König2010-02-151-1/+1
* | | | nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-131-5/+0
|/ / /
* | | 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-051-1/+2
* | | 9P2010.L handshake: Add mount optionSripathi Kodi2010-03-051-0/+15
| |/ |/|
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-011-1/+3
|\ \
| * | net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-1/+3
* | | 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
* | | | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-271-0/+2
|/ / /
* | | ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber2010-02-261-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-262-5/+55
|\ \ \
| * | | nl80211: add power save commandsKalle Valo2010-02-191-3/+4
| * | | cfg80211/mac80211: allow registering for and sending action framesJouni Malinen2010-02-152-2/+51