1. 3ffc2a9 mac80211: allow vendor specific cipher suites by Johannes Berg · 14 years ago
  2. 7d64b7c cfg80211: allow vendor specific cipher suites by Johannes Berg · 14 years ago
  3. 8789d45 mac80211: allow scan to complete from any context by Johannes Berg · 14 years ago
  4. 5f33c92 mac80211: remove unused scan expire define by Johannes Berg · 14 years ago
  5. 40d0802 gro: __napi_gro_receive() optimizations by Eric Dumazet · 14 years ago
  6. 7e36873 net/caif/cfrfml.c: use asm/unaligned.h by Jeff Mahoney · 14 years ago
  7. d71b0e9 ax25: missplaced sock_put(sk) by Bernard Pidoux F6BVP · 14 years ago
  8. 53f91dc net: use scnprintf() to avoid potential buffer overflow by Changli Gao · 14 years ago
  9. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  10. bfc960a l2tp: test for ethernet header in l2tp_eth_dev_recv() by Eric Dumazet · 14 years ago
  11. dee06e4 ipvs: switch to GFP_KERNEL allocations by Simon Horman · 14 years ago
  12. 4f72816 IPVS: convert __ip_vs_securetcp_lock to a spinlock by Simon Horman · 14 years ago
  13. bd14455 IPVS: convert __ip_vs_sched_lock to a spinlock by Simon Horman · 14 years ago
  14. 8870f84 IPVS: ICMPv6 checksum calculation by Simon Horman · 14 years ago
  15. d84ba63 tcp: select(writefds) don't hang up when a peer close connection by KOSAKI Motohiro · 14 years ago
  16. c5ed63d tcp: fix three tcp sysctls tuning by Eric Dumazet · 14 years ago
  17. aa7c6e5 bridge: avoid ethtool on non running interface by stephen hemminger · 14 years ago
  18. 944c794 bridge: fix locking comment by Stephen Hemminger · 14 years ago
  19. b2aff96 net/netfilter/ipvs: Eliminate memory leak by Julia Lawall · 14 years ago
  20. e569aa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  21. 5eb5a52 mac80211: fix mesh advertisement by Johannes Berg · 14 years ago
  22. 2c15a0c mac80211: fix rcu-unsafe pointer dereference by Christian Lamparter · 14 years ago
  23. 74b70a4 nl80211: fix missing nesting by Johannes Berg · 14 years ago
  24. 258086a mac80211: cancel restart_work in ieee80211_unregister_hw by Christian Lamparter · 14 years ago
  25. ff67bb8 mac80211: fix warning for un-used parameter by Wey-Yi Guy · 14 years ago
  26. 0fb9a9e net/mac80211: Use wiphy_<level> by Joe Perches · 14 years ago
  27. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  28. c2e3143 tc: add meta match on receive hash by Stephen Hemminger · 14 years ago
  29. ec550d2 net: ip_append_data() optim by Eric Dumazet · 14 years ago
  30. 2e161f7 cfg80211/mac80211: extensible frame processing by Johannes Berg · 14 years ago
  31. ac4c977 mac80211: remove unused don't-encrypt flag by Johannes Berg · 14 years ago
  32. 633adf1 cfg80211: mark ieee80211_hdrlen const by Johannes Berg · 14 years ago
  33. 0fdc100 ethtool: allow non-netadmin to query settings by stephen hemminger · 14 years ago
  34. afdcba3 net: copy_rtnl_link_stats64() simplification by Eric Dumazet · 14 years ago
  35. 0eec32f net_sched: act_csum: coding style cleanup by Changli Gao · 14 years ago
  36. 7abac68 pkt_sched: Make act_csum depend upon INET. by David S. Miller · 14 years ago
  37. 4c3a76a bridge: netfilter: fix a memory leak by Changli Gao · 14 years ago
  38. 231cc2a dccp ccid-2: Replace broken RTT estimator with better algorithm by Gerrit Renker · 14 years ago
  39. c38c92a dccp ccid-2: Simplify dec_pipe and rearming of RTO timer by Gerrit Renker · 14 years ago
  40. 30564e3 dccp ccid-2: Remove redundant sanity tests by Gerrit Renker · 14 years ago
  41. 51c22bb dccp ccid-3: No more CCID control blocks in LISTEN state by Gerrit Renker · 14 years ago
  42. 67b67e3 ccid: ccid-2/3 code cosmetics by Gerrit Renker · 14 years ago
  43. d1b113b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  44. cca77b7 netfilter: fix CONFIG_COMPAT support by Florian Westphal · 14 years ago
  45. 21dc330 net: Rename skb_has_frags to skb_has_frag_list by David S. Miller · 14 years ago
  46. e88c64f tcp: allow effective reduction of TCP's rcv-buffer via setsockopt by Hagen Paul Pfeifer · 14 years ago
  47. c2368e7 bridge: is PACKET_LOOPBACK unlikely()? by Simon Horman · 14 years ago
  48. 0553212 net: 802.1q: make vlan_hwaccel_do_receive() return void by Changli Gao · 14 years ago
  49. 2436243 net/sched: need to include net/ip6_checksum.h by Stephen Rothwell · 14 years ago
  50. 739a91e net_sched: cls_flow: add key rxhash by Changli Gao · 14 years ago
  51. 81ce790 irda: use net_device_stats from struct net_device by Eric Dumazet · 14 years ago
  52. d3c6e7a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. 00959ad PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol) by Dmitry Kozlov · 14 years ago
  54. 1003489 net: rps: fix the wrong network header pointer by Changli Gao · 14 years ago
  55. eb4d406 net/sched: add ACT_CSUM action to update packets checksums by Grégoire Baron · 14 years ago
  56. 49e8ab0 net: build_ehash_secret() and rt_bind_peer() cleanups by Eric Dumazet · 14 years ago
  57. b9959c2 net_sched: sch_sfq: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  58. aca071c netfilter: xt_hashlimit: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  59. 3d04ebb netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  60. 78d3307 net_sched: cls_flow: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  61. 12fcdef net: rps: use proto_ports_offset() to handle the AH message correctly by Changli Gao · 14 years ago
  62. dbe5775 net: rps: skip fragment when computing rxhash by Changli Gao · 14 years ago
  63. 2d47b45 net: rps: reset network header before calling skb_get_rxhash() by Changli Gao · 14 years ago
  64. 79c5f51 irda: fix a race in irlan_eth_xmit() by Eric Dumazet · 14 years ago
  65. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  66. b928409 atm: remove a net_device_stats clear by Eric Dumazet · 14 years ago
  67. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  68. f037590 rds: fix a leak of kernel memory by Eric Dumazet · 14 years ago
  69. 68d6ac6 netlink: fix compat recvmsg by Johannes Berg · 14 years ago
  70. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  71. 49339cc net/ax25: Use available error codes by Julia Lawall · 14 years ago
  72. b3d18f1 net/ax25: Use available error codes by Julia Lawall · 14 years ago
  73. 00093fa net/sched: remove unneeded NULL check by Dan Carpenter · 14 years ago
  74. e14f64c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  75. e5093ae net: Fix a memmove bug in dev_gro_receive() by Jarek Poplawski · 14 years ago
  76. 5a68d5e tipc: Prevent missing name table entries when link flip-flops rapidly by Allan Stephens · 14 years ago
  77. 564e83b tipc: Allow connect() to wait indefinitely by Allan Stephens · 14 years ago
  78. c2de581 tipc: Minor enhancements to name table display format by Allan Stephens · 14 years ago
  79. 76ae0d7 tipc: Optimize tipc_node_has_active_links() by Allan Stephens · 14 years ago
  80. 96d841b tipc: Remove per-connection sequence number logic by Allan Stephens · 14 years ago
  81. 0048b82 tipc: Fix bug in broadcast link transmit statistics computation by Allan Stephens · 14 years ago
  82. 5b1f7bd tipc: Fix premature broadcast advertisement by sending node by Allan Stephens · 14 years ago
  83. 7e3e5d0 tipc: Prevent crash when broadcast link cannot send to all nodes by Allan Stephens · 14 years ago
  84. b02b69c tipc: Check for disabled bearer when processing incoming messages by Allan Stephens · 14 years ago
  85. f662c07 tipc: correct problems with misleading flags returned using poll() by Allan Stephens · 14 years ago
  86. 35997e3 tipc: Provide correct error code for unsupported connect() operation by Allan Stephens · 14 years ago
  87. 3720d40 tipc: add SO_RCVLOWAT support to stream socket receive path by Florian Westphal · 14 years ago
  88. f813809 tipc: Fix log buffer memory leak if initialization fails by Anders Kaseorg · 14 years ago
  89. 1c40be1 net sched: fix some kernel memory leaks by Eric Dumazet · 14 years ago
  90. 001389b netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive by Eric Dumazet · 14 years ago
  91. df486a2 NFS: Fix the selection of security flavours in Kconfig by Trond Myklebust · 14 years ago
  92. 0141480 ethtool: Provide a default implementation of ethtool_ops::get_drvinfo by Ben Hutchings · 14 years ago
  93. bb8a10b net/decnet: Adjust confusing if indentation by Julia Lawall · 14 years ago
  94. 510a05e net/atm: Adjust confusing if indentation by Julia Lawall · 14 years ago
  95. bfb564e core: Factor out flow calculation from get_rps_cpu by Krishna Kumar · 14 years ago
  96. eca6fc7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  97. afea0b7 cfg80211: check if WEP is available for shared key auth by Johannes Berg · 14 years ago
  98. 5daa8a8 mac80211: dont advertise WEP if unavailable by Johannes Berg · 14 years ago
  99. dc1580d mac80211: remove unused status flag checks by Johannes Berg · 14 years ago
  100. 60ae0f2 mac80211: move key tfm setup by Johannes Berg · 14 years ago