1. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  2. a7a0d6a net: inet_diag_handler structs can be const by Eric Dumazet · 16 years ago
  3. 14e943d net: make /proc/net/protocols namespace aware by Eric Dumazet · 16 years ago
  4. 3680453 net: af_packet should update its inuse counter by Eric Dumazet · 16 years ago
  5. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 9a57f7f net: sctp should update its inuse counter by Eric Dumazet · 16 years ago
  7. a8076d8 net: af_unix should update its inuse counter by Eric Dumazet · 16 years ago
  8. 248969a net: af_unix can make unix_nr_socks visbile in /proc by Eric Dumazet · 16 years ago
  9. 5f9021c rtnetlink: propagate error from dev_change_flags in do_setlink() by Johannes Berg · 16 years ago
  10. 4d24b52 ematch: simpler tcf_em_unregister() by Alexey Dobriyan · 16 years ago
  11. 6eba6a3 net: Cleanup of af_unix by Eric Dumazet · 16 years ago
  12. 1910299 dccp: Tidy up setsockopt calls by Gerrit Renker · 16 years ago
  13. dd9c0e3 dccp: Deprecate Ack Ratio sysctl by Gerrit Renker · 16 years ago
  14. 2945055 dccp: Feature negotiation for minimum-checksum-coverage by Gerrit Renker · 16 years ago
  15. 49aebc6 dccp: Deprecate old setsockopt framework by Gerrit Renker · 16 years ago
  16. 0c11683 dccp: Mechanism to resolve CCID dependencies by Gerrit Renker · 16 years ago
  17. 908cd2d net: use %pF for /proc/net/ptype by Alexey Dobriyan · 16 years ago
  18. ebfe92c Phonet: refuse to send bigger than MTU packets by Rémi Denis-Courmont · 16 years ago
  19. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  20. 88ab193 udp: Use hlist_nulls in UDP RCU code by Eric Dumazet · 16 years ago
  21. e8b2dfe TPROXY: implemented IP_RECVORIGDSTADDR socket option by Balazs Scheidler · 16 years ago
  22. 8164f1b ipv4: Fix ARP behavior with many mac-vlans by Ben Greear · 16 years ago
  23. 5421ae0 scm: fix scm_fp_list->list initialization made in wrong place by Pavel Emelyanov · 16 years ago
  24. ef711cf net: speedup dst_release() by Eric Dumazet · 16 years ago
  25. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 16 years ago
  26. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  27. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  28. 1fa989e 9p: restrict RDMA usage by Randy Dunlap · 16 years ago
  29. 7a12122 net: Remove unused parameter of xfrm_gen_index() by Arnaud Ebalard · 16 years ago
  30. 9c0188a net: shy netns_ok check by Alexey Dobriyan · 16 years ago
  31. 6e093d9 ipv6: routing header fixes by Brian Haley · 16 years ago
  32. ddd535c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  33. db7fb86 mac80211: fix notify_mac function by Johannes Berg · 16 years ago
  34. d35aac1 net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller by Patrick Ohly · 16 years ago
  35. 8f65b53 tcp_htcp: last_cong bug fix by Doug Leith · 16 years ago
  36. e42ea98 net: Cleanup of neighbour code by Eric Dumazet · 16 years ago
  37. 7a9546e net: ib_net pointer should depends on CONFIG_NET_NS by Eric Dumazet · 16 years ago
  38. 9eca0a4 dccp: Resolve dependencies of features on choice of CCID by Gerrit Renker · 16 years ago
  39. d90ebcb dccp: Query supported CCIDs by Gerrit Renker · 16 years ago
  40. e8ef967 dccp: Registration routines for changing feature values by Gerrit Renker · 16 years ago
  41. f74e91b dccp: Limit feature negotiation to connection setup phase by Gerrit Renker · 16 years ago
  42. 6bb3ce2 net: remove struct dst_entry::entry_size by Alexey Dobriyan · 16 years ago
  43. 9b739ba net: remove struct neigh_table::pde by Alexey Dobriyan · 16 years ago
  44. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  45. 0a4cf2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  46. df02c6f dsa: fix master interface allmulti/promisc handling by Lennert Buytenhek · 16 years ago
  47. 14ee674 dsa: fix skb->pkt_type when mac address of slave interface differs by Lennert Buytenhek · 16 years ago
  48. 5cd33db net: fix setting of skb->tail in skb_recycle_check() by Lennert Buytenhek · 16 years ago
  49. b971e7a net: fix /proc/net/snmp as memory corruptor by Eric Dumazet · 16 years ago
  50. 013cd39 mac80211: fix a buffer overrun in station debug code by Jianjun Kong · 16 years ago
  51. eb37b41 pktgen: add full reset functionality by Jesse Brandeburg · 16 years ago
  52. b7b45f4 netfilter: payload_len is be16, add size of struct rather than size of pointer by Harvey Harrison · 16 years ago
  53. 87b30a6 ipv6: fix ip6_mr_init error path by Benjamin Thery · 16 years ago
  54. 9b1582d Phonet: use net_device built-in stats for GPRS by Rémi Denis-Courmont · 16 years ago
  55. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  56. 309f796 vlan: Fix typos in proc output string by Ferenc Wagner · 16 years ago
  57. 2377989 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  58. 5166ccd cfg80211: Add kdoc for struct regulatory_request by Luis R. Rodriguez · 16 years ago
  59. 9c96477 cfg80211: Add regulatory domain intersection capability by Luis R. Rodriguez · 16 years ago
  60. d71aaf6 cfg80211: a reg rule is invalid if freq diff is 0 by Luis R. Rodriguez · 16 years ago
  61. fbf1892 mac80211: Allow AP mode to be enabled by Jouni Malinen · 16 years ago
  62. d61272c mac80211: fix basic rates setting from association response by Tomas Winkler · 16 years ago
  63. 3188848 nl80211: Add TX queue parameter configuration by Jouni Malinen · 16 years ago
  64. 90c97a0 nl80211: Add basic rate configuration for AP mode by Jouni Malinen · 16 years ago
  65. bd81525 wireless: implement basic rate helper function by Johannes Berg · 16 years ago
  66. 2a941ec wireless: fix two bad print_ssid conversions by Holger Schurig · 16 years ago
  67. 8469cde mac80211: Add a new event in ieee80211_ampdu_mlme_action by Sujith · 16 years ago
  68. 41bb73e mac80211: remove SSID driver code by Johannes Berg · 16 years ago
  69. 2df7816 wireless: fix a few sparse warnings by Johannes Berg · 16 years ago
  70. 1239cd5 wireless: move mesh config length constant by Johannes Berg · 16 years ago
  71. 97c8b01 mac80211: print reason code for deauth/dissoc frames by Zhu Yi · 16 years ago
  72. 6209344 net: unix: fix inflight counting bug in garbage collector by Miklos Szeredi · 16 years ago
  73. f574179 tipc: trivial endian annotation in debug statement by Harvey Harrison · 16 years ago
  74. f400923 pkt_sched: Control group classifier by Thomas Graf · 16 years ago
  75. 505d4f7 net: Guaranetee the proper ordering of the loopback device. v2 by Eric W. Biederman · 16 years ago
  76. 5d6d480 net: fib_rules ordering fixes. by Eric W. Biederman · 16 years ago
  77. 3d8160b Revert "net: Guaranetee the proper ordering of the loopback device." by David S. Miller · 16 years ago
  78. 167c627 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  79. 5c7f033 phonet: sparse annotations of protocol, remove forward declaration by Harvey Harrison · 16 years ago
  80. ca62059 ipvs: oldlen, newlen should be be16, not be32 by Harvey Harrison · 16 years ago
  81. 70e9067 af_key: mark policy as dead before destroying by Alexey Dobriyan · 16 years ago
  82. 76acfdb net: mark flow_cache_cpu_prepare() as __init by Alexey Dobriyan · 16 years ago
  83. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 4bab0ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  85. ca409d6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  86. 39d4e58 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  87. 3b53fbf net: Fix recursive descent in __scm_destroy(). by David S. Miller · 16 years ago
  88. f8d570a net: Fix recursive descent in __scm_destroy(). by David Miller · 16 years ago
  89. 4a9d916 Fix logic error in rfkill_check_duplicity by Jonathan McDowell · 16 years ago
  90. 305d552 bonding: send IPv6 neighbor advertisement on failover by Brian Haley · 16 years ago
  91. 0a36b34 net: Don't leak packets when a netns is going down by Eric W. Biederman · 16 years ago
  92. ae33bc4 net: Guaranetee the proper ordering of the loopback device. by Eric W. Biederman · 16 years ago
  93. d0c082c netns: Delete virtual interfaces during namespace cleanup by Eric W. Biederman · 16 years ago
  94. b0d5fde net/9p: fix printk format warnings by Randy Dunlap · 16 years ago
  95. 9f3e9bb unsigned fid->fid cannot be negative by Roel Kluin · 16 years ago
  96. 1558c62 9p: rdma: remove duplicated #include by Huang Weiyi · 16 years ago
  97. 45abdf1 p9: Fix leak of waitqueue in request allocation path by Tom Tucker · 16 years ago
  98. 82b189e 9p: Remove unneeded free of fcall for Flush by Tom Tucker · 16 years ago
  99. cac23d6 9p: Make all client spin locks IRQ safe by Tom Tucker · 16 years ago
  100. 517ac45 9p: rdma: Set trans prior to requesting async connection ops by Tom Tucker · 16 years ago