1. 8157e6d netfilter: netns ebtables: ebtable_broute in netns by Alexey Dobriyan · 16 years ago
  2. 5f7340e netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module. by Eric Leblond · 16 years ago
  3. 4814893 IPVS: Remove supports_ipv6 scheduler flag by Julius Volz · 16 years ago
  4. e25cf4a mac80211: fix two kernel-doc warnings by Johannes Berg · 16 years ago
  5. be3d481 wireless: remove struct regdom hinting by Johannes Berg · 16 years ago
  6. d2372b3 wireless: make regdom passing semantics simpler by Johannes Berg · 16 years ago
  7. 8b30b1f mac80211: Re-enable aggregation by Sujith · 16 years ago
  8. 7211801 wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflicts by John W. Linville · 16 years ago
  9. 9387b7c wireless: use individual buffers for printing ssid values by John W. Linville · 16 years ago
  10. c5d3dce wireless: remove NETWORK_EMPTY_ESSID flag by John W. Linville · 16 years ago
  11. 7e272fc wireless: consolidate on a single escape_essid implementation by John W. Linville · 16 years ago
  12. cf03268 wireless: don't publish __regulatory_hint by Johannes Berg · 16 years ago
  13. e37d4df mac80211: fix a few typos in mac80211 kernel doc by Bob Copeland · 16 years ago
  14. 93da9cc Add nl80211 commands to get and set o11s mesh networking parameters by colin@cozybit.com · 16 years ago
  15. 50fb2e4 mac80211: remove rate_control_clear by Johannes Berg · 16 years ago
  16. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  17. ae5eb02 mac80211: rewrite HT handling by Johannes Berg · 16 years ago
  18. bda3933 mac80211: move bss_conf into vif by Johannes Berg · 16 years ago
  19. 9124b07 mac80211: make retry limits part of hw config by Johannes Berg · 16 years ago
  20. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  21. 0f4ac38 mac80211: kill hw.conf.antenna_sel_{rx,tx} by Johannes Berg · 16 years ago
  22. d9fe60d 802.11: clean up/fix HT support by Johannes Berg · 16 years ago
  23. 7a5158e mac80211: fix short slot handling by Johannes Berg · 16 years ago
  24. e87a2fe mac80211: remove max_antenna_gain config by Johannes Berg · 16 years ago
  25. 3db5943 mac80211: remove wiphy_to_hw by Johannes Berg · 16 years ago
  26. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  27. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  28. 48a8f51 pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs. by Patrick McHardy · 16 years ago
  29. 90d841fd pkt_sched: sch_generic: Add Qdisc_ops peek() method. by Jarek Poplawski · 16 years ago
  30. cc0fe83 xfrm: remove unused struct xfrm_policy::next by Alexey Dobriyan · 16 years ago
  31. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  32. 485ac57 netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys by Alexey Dobriyan · 16 years ago
  33. ad1d967 net: delete excess kernel-doc notation by Randy Dunlap · 16 years ago
  34. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  35. 96631ed udp: introduce sk_for_each_rcu_safenext() by Eric Dumazet · 16 years ago
  36. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  37. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 16 years ago
  38. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  39. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  40. b057efd netlink: constify struct nlattr * arg to parsing functions by Patrick McHardy · 16 years ago
  41. 1080d70 net: implement emergency route cache rebulds when gc_elasticity is exceeded by Neil Horman · 16 years ago
  42. ea2d8b5 mac80211.h: fix kernel-doc excesses by Randy Dunlap · 16 years ago
  43. e214a8c Phonet: include generic link-layer header size in MAX_PHONET_HEADER by Remi Denis-Courmont · 16 years ago
  44. 2242d5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  45. 2e3f92d sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state by Wei Yongjun · 16 years ago
  46. e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
  47. fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
  48. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  49. 45e4a24 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  50. 5fdf112 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  51. 10a03a4 netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array by Patrick McHardy · 16 years ago
  52. e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
  53. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  54. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  55. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  56. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  57. ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
  58. 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
  59. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  60. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  61. 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
  62. 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago
  63. fea511a 9p: move request management to client code by Eric Van Hensbergen · 16 years ago
  64. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  65. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  67. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  68. ab55570 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  69. e1a65b5 mac80211: fixme for kernel-doc by Randy Dunlap · 16 years ago
  70. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  71. 93db628 Merge branch 'next' into for-linus by James Morris · 16 years ago
  72. 64f1b65 net: fix dummy 'nf_conntrack_event_cache()' by Linus Torvalds · 16 years ago
  73. d91d407 netlabel: Add configuration support for local labeling by Paul Moore · 16 years ago
  74. 15c45f7 cipso: Add support for native local labeling and fixup mapping names by Paul Moore · 16 years ago
  75. 8d75899 netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts by Paul Moore · 16 years ago
  76. 014ab19 selinux: Set socket NetLabel based on connection endpoint by Paul Moore · 16 years ago
  77. 948bf85 netlabel: Add functionality to set the security attributes of a packet by Paul Moore · 16 years ago
  78. 63c4168 netlabel: Add network address selectors to the NetLabel/LSM domain mapping by Paul Moore · 16 years ago
  79. b1edeb1 netlabel: Replace protocol/NetLabel linking with refrerence counts by Paul Moore · 16 years ago
  80. dfaebe9 selinux: Fix missing calls to netlbl_skbuff_err() by Paul Moore · 16 years ago
  81. 948a724 netlabel: Remove unneeded in-kernel API functions by Paul Moore · 16 years ago
  82. bb21c95 nf_conntrack_ecache.h: Fix missing braces by Guo-Fu Tseng · 16 years ago
  83. 64194c3 inet: Make tunnel RX/TX byte counters more consistent by Herbert Xu · 16 years ago
  84. 396138f dsa: add support for Trailer tagging format by Lennert Buytenhek · 16 years ago
  85. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago
  86. 91da11f net: Distributed Switch Architecture protocol support by Lennert Buytenhek · 16 years ago
  87. 0201518 sctp: shrink sctp_tsnmap some more by removing gabs array by Vlad Yasevich · 16 years ago
  88. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  89. 3c689b7 inet: cleanup of local_port_range by Eric Dumazet · 16 years ago
  90. 9261e53 ipv6: making ip and icmp statistics per/namespace by Denis V. Lunev · 16 years ago
  91. 087fe24 ipv6: added net argument to _DEVINC/_DEVADD by Denis V. Lunev · 16 years ago
  92. 55d4380 ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH by Denis V. Lunev · 16 years ago
  93. a712d3e8 ipv6: ICMP6MSGIN_INC_STATS is not used by Denis V. Lunev · 16 years ago
  94. 5a57d4c ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH by Denis V. Lunev · 16 years ago
  95. 5c5d244 ipv6: added net argument to ICMP6MSGOUT_INC_STATS by Denis V. Lunev · 16 years ago
  96. e41b536 ipv6: added net argument to ICMP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  97. a862f6a ipv6: added net argument to ICMP6_INC_STATS by Denis V. Lunev · 16 years ago
  98. 821d577 ipv6: added net argument to IP6_ADD_STATS_BH by Denis V. Lunev · 16 years ago
  99. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  100. 3bd653c netns: add net parameter to IP6_INC_STATS by Denis V. Lunev · 16 years ago