1. ec329ac cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm by Luis R. Rodriguez · 15 years ago
  2. 611b6a8 cfg80211: Enable passive scan on channels 12-14 for world roaming by Luis R. Rodriguez · 15 years ago
  3. 0eeb59f mac80211: Fix WMM ACM parsing and AC downgrade operation by Jouni Malinen · 15 years ago
  4. 055249d mac80211: Fix panic on fragmentation with power saving by Jouni Malinen · 15 years ago
  5. 6f16bf3 lib80211: silence excessive crypto debugging messages by John W. Linville · 15 years ago
  6. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 15 years ago
  7. 0269ea4 netfilter: xtables: add cluster match by Pablo Neira Ayuso · 15 years ago
  8. 1546000 net: netfilter conntrack - add per-net functionality for DCCP protocol by Cyrill Gorcunov · 15 years ago
  9. 81a1d3c net: sysctl_net - use net_eq to compare nets by Cyrill Gorcunov · 15 years ago
  10. 8e91f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  11. d1238d5 netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking by Christoph Paasch · 15 years ago
  12. ec8d540 netfilter: conntrack: fix dropping packet after l4proto->packet() by Christoph Paasch · 15 years ago
  13. 626ba8f netfilter: ctnetlink: fix crash during expectation creation by Pablo Neira Ayuso · 15 years ago
  14. acc738f netfilter: xtables: avoid pointer to self by Jan Engelhardt · 15 years ago
  15. 7639842 Move FASYNC bit handling to f_op->fasync() by Jonathan Corbet · 16 years ago
  16. 95ba434 netfilter: auto-load ip_queue module when socket opened by Scott James Remnant · 15 years ago
  17. 26c3b67 netfilter: auto-load ip6_queue module when socket opened by Scott James Remnant · 15 years ago
  18. f0a3c08 netfilter: ctnetlink: move event reporting for new entries outside the lock by Pablo Neira Ayuso · 15 years ago
  19. e098360 netfilter: ctnetlink: cleanup conntrack update preliminary checkings by Pablo Neira Ayuso · 15 years ago
  20. 7ec4749 netfilter: ctnetlink: cleanup master conntrack assignation by Pablo Neira Ayuso · 15 years ago
  21. 1db7a74 netfilter: conntrack: increase drop stats if sequence adjustment fails by Pablo Neira Ayuso · 15 years ago
  22. 67c0d57 netfilter: Kconfig spelling fixes (trivial) by Stephen Hemminger · 15 years ago
  23. 9d2493f netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h by Christoph Paasch · 15 years ago
  24. c7a913c netfilter: print the list of register loggers by Eric Leblond · 15 years ago
  25. ca735b3 netfilter: use a linked list of loggers by Eric Leblond · 15 years ago
  26. afece1c tcp: make sure xmit goal size never becomes zero by Ilpo Järvinen · 15 years ago
  27. 2a3a041 tcp: cache result of earlier divides when mss-aligning things by Ilpo Järvinen · 15 years ago
  28. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  29. 72211e9 tcp: don't check mtu probe completion in the loop by Ilpo Järvinen · 15 years ago
  30. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 15 years ago
  31. c43d558 tcp: kill dead end_seq variable in clean_rtx_queue by Ilpo Järvinen · 15 years ago
  32. 5861f8e tcp: remove pointless .dsack/.num_sacks code by Ilpo Järvinen · 15 years ago
  33. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 15 years ago
  34. a2025b8 tcp: '< 0' test on unsigned by Roel Kluin · 15 years ago
  35. 8db09f2 x25: '< 0' and '>= 0' test on unsigned by Roel Kluin · 15 years ago
  36. 73ce7b0 ipv4: arp announce, arp_proxy and windows ip conflict verification by Denys Fedoryshchenko · 15 years ago
  37. 08ec9af xfrm: Fix xfrm_state_find() wrt. wildcard source address. by David S. Miller · 15 years ago
  38. 1c8dbcf [SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol by Yi Zou · 16 years ago
  39. 273ae44 Network Drop Monitor: Adding Build changes to enable drop monitor by Neil Horman · 15 years ago
  40. 9a8afc8 Network Drop Monitor: Adding drop monitor implementation & Netlink protocol by Neil Horman · 15 years ago
  41. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 15 years ago
  42. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 15 years ago
  43. 6fc791e sctp: add Adaptation Layer Indication parameter only when it's set by malc · 15 years ago
  44. 7659502 sctp: fix to send FORWARD-TSN chunk only if peer has such capable by Wei Yongjun · 15 years ago
  45. 5ffad5a sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable by Wei Yongjun · 15 years ago
  46. 5e8f3f7 sctp: simplify sctp listening code by Vlad Yasevich · 15 years ago
  47. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  48. 5e3771c SUNRPC: Ensure that xs_nospace return values are propagated by Trond Myklebust · 15 years ago
  49. 8a2cec2 SUNRPC: Delay, then retry on connection errors. by Trond Myklebust · 15 years ago
  50. 2a49199 SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending by Trond Myklebust · 15 years ago
  51. 482f32e SUNRPC: Handle socket errors correctly by Trond Myklebust · 15 years ago
  52. c8485e4 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() by Trond Myklebust · 15 years ago
  53. 40d2549 SUNRPC: Don't disconnect if a connection is still in progress. by Trond Myklebust · 15 years ago
  54. 670f945 SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... by Trond Myklebust · 15 years ago
  55. 15f081c SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN by Trond Myklebust · 15 years ago
  56. 441e3e2 SUNRPC: dynamically load RPC transport modules on-demand by Tom Talpey · 15 years ago
  57. b38ab40 XPRTRDMA: correct an rpc/rdma inline send marshaling error by Tom Talpey · 15 years ago
  58. b1e1e15 SVCRDMA: remove faulty assertions in rpc/rdma chunk validation. by Tom Talpey · 15 years ago
  59. fe315e7 SUNRPC: Avoid spurious wake-up during UDP connect processing by Chuck Lever · 15 years ago
  60. 01d37c4 SUNRPC: xprt_connect() don't abort the task if the transport isn't bound by Trond Myklebust · 15 years ago
  61. fba91af SUNRPC: Fix an Oops due to socket not set up yet... by Trond Myklebust · 15 years ago
  62. fc1ad92 tcp: allow timestamps even if SYN packet has tsval=0 by Eric Dumazet · 15 years ago
  63. ff8cf9a ipv6: Fix BUG when disabled ipv6 module is unloaded by John Dykstra · 15 years ago
  64. 78b020d Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  65. eb9b55a SUNRPC: Tighten up the task locking rules in __rpc_execute() by Trond Myklebust · 15 years ago
  66. a220547 net: fix warning about non-const string by Stephen Hemminger · 15 years ago
  67. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  68. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  69. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  70. 707c1b4 mac80211: Update IBSS beacon timestamp properly by Sujith · 15 years ago
  71. 25c9c87 mac80211: Always send a null data frame if TIM bit is set. by Vivek Natarajan · 15 years ago
  72. e65c226 mac80211: Fix TKIP/WEP HT capability handling by Sujith · 15 years ago
  73. 24776cf mac80211: Fix quality reporting for wireless stats by Johannes Berg · 16 years ago
  74. e31ae05 mac80211: Notify the driver only when the beacon interval changes by Sujith · 16 years ago
  75. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 15 years ago
  77. 54acd0e net: Fix missing dev->neigh_setup in register_netdevice(). by David S. Miller · 15 years ago
  78. a883bf5 pkt_sched: act_police: Fix a rate estimator test. by Jarek Poplawski · 15 years ago
  79. fb13d9f SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails by Brian Haley · 15 years ago
  80. fe7ca2e IPv6: add "disable" module parameter support to ipv6.ko by Brian Haley · 15 years ago
  81. 0c5c2d3 neigh: Allow for user space users of the neighbour table by Eric Biederman · 15 years ago
  82. 4222474 net: fix tokenring license by Meelis Roos · 15 years ago
  83. 4843b93 netlink: invert error code in netlink_set_err() by Pablo Neira Ayuso · 15 years ago
  84. e9cc8bd netlink: Move netlink attribute parsing support to lib by Geert Uytterhoeven · 15 years ago
  85. abb7997 rds: fix iband RDMA dependencies by Randy Dunlap · 15 years ago
  86. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  87. 17edde5 netns: Remove net_alive by Eric W. Biederman · 16 years ago
  88. 2f20d2e tcp: Like icmp use register_pernet_subsys by Eric W. Biederman · 16 years ago
  89. 6eb0777 netns: Fix icmp shutdown. by Eric W. Biederman · 16 years ago
  90. 176c39a netns: fix addrconf_ifdown kernel panic by Daniel Lezcano · 15 years ago
  91. b325fdd ipv6: Fix sysctl unregistration deadlock by Stephen Hemminger · 16 years ago
  92. 5a5990d net: Avoid race between network down and sysfs by Stephen Hemminger · 16 years ago
  93. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 15 years ago
  94. f61f6f8 sctp: use time_before or time_after for comparing jiffies by Wei Yongjun · 15 years ago
  95. c6db93a sctp: fix the length check in sctp_getsockopt_maxburst() by Wei Yongjun · 15 years ago
  96. d212318 sctp: remove dup code in net/sctp/socket.c by Wei Yongjun · 15 years ago
  97. 906f825 sctp: Add some missing types for debug message by Wei Yongjun · 15 years ago
  98. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago
  99. 3df2678 sctp: fix kernel panic with ERROR chunk containing too many error causes by Wei Yongjun · 15 years ago
  100. d1dd524 sctp: fix crash during module unload by Vlad Yasevich · 15 years ago