aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-062-0/+4
* net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
* sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-281-0/+1
* sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+1
* sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1111-0/+13
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-0/+2
| |\
| | * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-0/+2
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-0/+11
| |/
* | x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2010-04-071-0/+4
|/
* Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann2010-03-211-1/+1
* netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso2010-03-191-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-071-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-031-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-121-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-121-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-02-281-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-252-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
* | | | xfrm: SP lookups signature with markJamal Hadi Salim2010-02-221-2/+3
* | | | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-7/+16
* | | | xfrm: introduce basic mark infrastructureJamal Hadi Salim2010-02-221-0/+22
* | | | packet: convert socket list to RCU (v3)stephen hemminger2010-02-222-2/+12
* | | | net: TCP thin dupackAndreas Petlund2010-02-181-0/+1
* | | | net: TCP thin linear timeoutsAndreas Petlund2010-02-181-0/+4
* | | | net: TCP thin-stream detectionAndreas Petlund2010-02-181-0/+8
* | | | const: struct nla_policyAlexey Dobriyan2010-02-181-1/+1