1. 076d3e1 dsa: add support for the Marvell 88E6095/6095F switch chips by Lennert Buytenhek · 15 years ago
  2. c084080 dsa: set ->iflink on slave interfaces to the ifindex of the parent by Lennert Buytenhek · 15 years ago
  3. fa665cc ipx: use constant for strings and desciptor by Stephen Hemminger · 15 years ago
  4. 7ca98fa snap: use const for descriptor by Stephen Hemminger · 15 years ago
  5. ed734a9 net: remove useless prefetch() call by Eric Dumazet · 15 years ago
  6. 8d2f9e81 sctp: Clean up TEST_FRAME hacks. by Vlad Yasevich · 15 years ago
  7. 9247744 skb: expose and constify hash primitives by Stephen Hemminger · 15 years ago
  8. 1f1900f atm: lec use dev_change_mtu by Stephen Hemminger · 15 years ago
  9. a0bffff net/*: use linux/kernel.h swap() by Ilpo Järvinen · 15 years ago
  10. a3ac80a netrom: zero length frame filtering in NetRom by Bernard Pidoux · 15 years ago
  11. f99bcff ax25: zero length frame filtering in AX25 by Bernard Pidoux · 15 years ago
  12. 6078442 ax25: SOCK_DEBUG message simplification by Bernard Pidoux · 15 years ago
  13. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 2bad35b netns: oops in ip[6]_frag_reasm incrementing stats by Jorge Boncompte [DTI2] · 15 years ago
  15. e4a389a net: kfree(napi->skb) => kfree_skb by Roel Kluin · 15 years ago
  16. cb0dc77 net: fix sctp breakage by Al Viro · 15 years ago
  17. 4b704d5 tipc: fix non-const printf format arguments by Stephen Hemminger · 15 years ago
  18. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 15 years ago
  19. beedad9 tcp: remove parameter from tcp_recv_urg(). by Rami Rosen · 15 years ago
  20. 9bdd8d4 ipv6: Fix incorrect disable_ipv6 behavior by Brian Haley · 15 years ago
  21. af43306 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  22. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  23. f10023a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  24. 4ada810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  25. 303c6a0 gro: Fix legacy path napi_complete crash by Herbert Xu · 15 years ago
  26. 2ffb455 gro: Fix vlan/netpoll check again by Herbert Xu · 15 years ago
  27. 73d54c9 cfg80211: add regulatory netlink multicast group by Luis R. Rodriguez · 15 years ago
  28. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  29. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  30. 1a28c78 mac80211: deauth before flushing STA information by Herton Ronaldo Krzesinski · 15 years ago
  31. af88b90 mac80211: handle failed scan requests in STA mode by Helmut Schaa · 15 years ago
  32. ec329ac cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm by Luis R. Rodriguez · 15 years ago
  33. 611b6a8 cfg80211: Enable passive scan on channels 12-14 for world roaming by Luis R. Rodriguez · 15 years ago
  34. 0eeb59f mac80211: Fix WMM ACM parsing and AC downgrade operation by Jouni Malinen · 15 years ago
  35. 055249d mac80211: Fix panic on fragmentation with power saving by Jouni Malinen · 15 years ago
  36. 6f16bf3 lib80211: silence excessive crypto debugging messages by John W. Linville · 15 years ago
  37. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 15 years ago
  38. d1238d5 netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking by Christoph Paasch · 15 years ago
  39. ec8d540 netfilter: conntrack: fix dropping packet after l4proto->packet() by Christoph Paasch · 15 years ago
  40. 626ba8f netfilter: ctnetlink: fix crash during expectation creation by Pablo Neira Ayuso · 15 years ago
  41. afece1c tcp: make sure xmit goal size never becomes zero by Ilpo Järvinen · 15 years ago
  42. 2a3a041 tcp: cache result of earlier divides when mss-aligning things by Ilpo Järvinen · 15 years ago
  43. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  44. 72211e9 tcp: don't check mtu probe completion in the loop by Ilpo Järvinen · 15 years ago
  45. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 15 years ago
  46. c43d558 tcp: kill dead end_seq variable in clean_rtx_queue by Ilpo Järvinen · 15 years ago
  47. 5861f8e tcp: remove pointless .dsack/.num_sacks code by Ilpo Järvinen · 15 years ago
  48. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 15 years ago
  49. a2025b8 tcp: '< 0' test on unsigned by Roel Kluin · 15 years ago
  50. 8db09f2 x25: '< 0' and '>= 0' test on unsigned by Roel Kluin · 15 years ago
  51. 73ce7b0 ipv4: arp announce, arp_proxy and windows ip conflict verification by Denys Fedoryshchenko · 15 years ago
  52. 08ec9af xfrm: Fix xfrm_state_find() wrt. wildcard source address. by David S. Miller · 15 years ago
  53. 273ae44 Network Drop Monitor: Adding Build changes to enable drop monitor by Neil Horman · 15 years ago
  54. 9a8afc8 Network Drop Monitor: Adding drop monitor implementation & Netlink protocol by Neil Horman · 15 years ago
  55. 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
  56. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 15 years ago
  57. 6fc791e sctp: add Adaptation Layer Indication parameter only when it's set by malc · 15 years ago
  58. 7659502 sctp: fix to send FORWARD-TSN chunk only if peer has such capable by Wei Yongjun · 15 years ago
  59. 5ffad5a sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable by Wei Yongjun · 15 years ago
  60. 5e8f3f7 sctp: simplify sctp listening code by Vlad Yasevich · 15 years ago
  61. fc1ad92 tcp: allow timestamps even if SYN packet has tsval=0 by Eric Dumazet · 15 years ago
  62. ff8cf9a ipv6: Fix BUG when disabled ipv6 module is unloaded by John Dykstra · 15 years ago
  63. a220547 net: fix warning about non-const string by Stephen Hemminger · 15 years ago
  64. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  65. d5df2a1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. bd05f28 cfg80211: test before subtraction on unsigned by Roel Kluin · 15 years ago
  67. 707c1b4 mac80211: Update IBSS beacon timestamp properly by Sujith · 15 years ago
  68. 25c9c87 mac80211: Always send a null data frame if TIM bit is set. by Vivek Natarajan · 15 years ago
  69. e65c226 mac80211: Fix TKIP/WEP HT capability handling by Sujith · 15 years ago
  70. 24776cf mac80211: Fix quality reporting for wireless stats by Johannes Berg · 15 years ago
  71. e31ae05 mac80211: Notify the driver only when the beacon interval changes by Sujith · 15 years ago
  72. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  73. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 15 years ago
  74. 54acd0e net: Fix missing dev->neigh_setup in register_netdevice(). by David S. Miller · 15 years ago
  75. a883bf5 pkt_sched: act_police: Fix a rate estimator test. by Jarek Poplawski · 15 years ago
  76. fb13d9f SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails by Brian Haley · 15 years ago
  77. fe7ca2e IPv6: add "disable" module parameter support to ipv6.ko by Brian Haley · 15 years ago
  78. 0c5c2d3 neigh: Allow for user space users of the neighbour table by Eric Biederman · 15 years ago
  79. 4222474 net: fix tokenring license by Meelis Roos · 15 years ago
  80. 4843b93 netlink: invert error code in netlink_set_err() by Pablo Neira Ayuso · 15 years ago
  81. abb7997 rds: fix iband RDMA dependencies by Randy Dunlap · 15 years ago
  82. 17edde5 netns: Remove net_alive by Eric W. Biederman · 15 years ago
  83. 2f20d2e tcp: Like icmp use register_pernet_subsys by Eric W. Biederman · 15 years ago
  84. 6eb0777 netns: Fix icmp shutdown. by Eric W. Biederman · 15 years ago
  85. 176c39a netns: fix addrconf_ifdown kernel panic by Daniel Lezcano · 15 years ago
  86. b325fdd ipv6: Fix sysctl unregistration deadlock by Stephen Hemminger · 15 years ago
  87. 5a5990d net: Avoid race between network down and sysfs by Stephen Hemminger · 15 years ago
  88. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 15 years ago
  89. f61f6f8 sctp: use time_before or time_after for comparing jiffies by Wei Yongjun · 15 years ago
  90. c6db93a sctp: fix the length check in sctp_getsockopt_maxburst() by Wei Yongjun · 15 years ago
  91. d212318 sctp: remove dup code in net/sctp/socket.c by Wei Yongjun · 15 years ago
  92. 906f825 sctp: Add some missing types for debug message by Wei Yongjun · 15 years ago
  93. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago
  94. 3df2678 sctp: fix kernel panic with ERROR chunk containing too many error causes by Wei Yongjun · 15 years ago
  95. d1dd524 sctp: fix crash during module unload by Vlad Yasevich · 15 years ago
  96. 86739fb dccp: Do not let initial option overhead shrink the MPS by Gerrit Renker · 15 years ago
  97. 361a5c1 dccp: Minimise header option overhead in setting the MPS by Gerrit Renker · 15 years ago
  98. 9ce0146 tcp: get rid of two unnecessary u16s in TCP skb flags copying by Ilpo Järvinen · 15 years ago
  99. 0d6a775 tcp: in sendmsg/pages open code the real goto target by Ilpo Järvinen · 15 years ago
  100. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 15 years ago