1. 05318bc 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
  2. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 15 years ago
  3. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 15 years ago
  4. d6bebca fragment: add fast path for in-order fragments by Changli Gao · 15 years ago
  5. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 15 years ago
  6. 504f85c act_nat: use stack variable by Changli Gao · 15 years ago
  7. 5acbf7f act_mirred: combine duplicate code by Changli Gao · 15 years ago
  8. 92b50c4 mac82011: Allow selection of minstrel_ht as default rc algorithm by Helmut Schaa · 15 years ago
  9. 70777d0 net/core: use ntohs for skb->protocol by Sebastian Andrzej Siewior · 15 years ago
  10. 784e271 ipv6: Use interface max_desync_factor instead of static default by Ben Hutchings · 15 years ago
  11. f56619f ipv6: Clamp reported valid_lft to a minimum of 0 by Ben Hutchings · 15 years ago
  12. d1e3168 net/Makefile: conditionally descend to wireless and ieee802154 by Nicolas Kaiser · 15 years ago
  13. c466d4e mac80211: add basic tracing to drv_get_survey by John W. Linville · 15 years ago
  14. ff3074a mac80211: remove unnecessary check in ieee80211_dump_survey by John W. Linville · 15 years ago
  15. 01eebb5 caif: Kconfig and Makefile fixes by Sjur Braendeland · 15 years ago
  16. 210d6de act_mirred: don't clone skb when skb isn't shared by Changli Gao · 15 years ago
  17. c4ead4c tcp: tso_fragment() might avoid GFP_ATOMIC by Eric Dumazet · 15 years ago
  18. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 15 years ago
  19. 7a9b2d5 net: use this_cpu_ptr() by Eric Dumazet · 15 years ago
  20. 38bdb65 mac80211: fix the for_each_sta_info macro by Felix Fietkau · 15 years ago
  21. 5ed3bc7 mac80211: use netif_receive_skb in ieee80211_tx_status callpath by John W. Linville · 15 years ago
  22. 5548a8a mac80211: use netif_receive_skb in ieee80211_rx callpath by John W. Linville · 15 years ago
  23. 172d69e syncookies: add support for ECN by Florian Westphal · 15 years ago
  24. 734f614 syncookies: do not store rcv_wscale in tcp timestamp by Florian Westphal · 15 years ago
  25. 9587c6d ipv6: remove ipv6_statistics by Eric Dumazet · 15 years ago
  26. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 15 years ago
  27. 4b4194c arp: RCU change in arp_solicit() by Eric Dumazet · 15 years ago
  28. 59b8080 dccp: make implementation of Syn-RTT symmetric by Gerrit Renker · 15 years ago
  29. a7d13fb dccp: remove unused function argument by Gerrit Renker · 15 years ago
  30. f9467ea net/core/pktgen.c: Use pr_<level> by Joe Perches · 15 years ago
  31. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 15 years ago
  32. 565b7b2 tcp: do not send reset to already closed sockets by Konstantin Khorenko · 15 years ago
  33. deb0d7c net: fix "netpoll: Allow netpoll_setup/cleanup recursion" by Andrew Morton · 15 years ago
  34. 98d2ff8 nl80211: Add option to adjust transmit power by Juuso Oikarinen · 15 years ago
  35. fa61cf7 cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units by Juuso Oikarinen · 15 years ago
  36. c937019 mac80211: avoid scheduling while atomic in mesh_rx_plink_frame by John W. Linville · 15 years ago
  37. de66bfd minstrel_ht: move minstrel_mcs_groups declaration to header file by John W. Linville · 15 years ago
  38. 670b7f1 wireless: mark reg_mutex as static by John W. Linville · 15 years ago
  39. d5ece21 minstrel_ht: make *idx unsigned in minstrel_downgrade_rate by John W. Linville · 15 years ago
  40. 292b4df mac80211: don't shadow mgmt variable in ieee80211_rx_h_action by John W. Linville · 15 years ago
  41. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  42. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 15 years ago
  43. 406818f bridge: 64bit rx/tx counters by Eric Dumazet · 15 years ago
  44. 6afff0c net: consolidate netif_needs_gso() checks by John Fastabend · 15 years ago
  45. 26cde9f udp: Fix bogus UFO packet generation by Herbert Xu · 15 years ago
  46. f90754c mac80211: Add interface for driver to temporarily disable dynamic ps by Juuso Oikarinen · 15 years ago
  47. fb63bc4 mac80211: Fix compile warning in scan.c. by Gertjan van Wingerde · 15 years ago
  48. 69ad782 caif: Add debug connection type for CAIF. by Sjur Braendeland · 15 years ago
  49. 2aa40ae caif: Use link layer MTU instead of fixed MTU by Sjur Braendeland · 15 years ago
  50. a7da1f5 caif: Bugfix - RFM must support segmentation. by Sjur Braendeland · 15 years ago
  51. b1c7424 caif: Bugfix not all services uses flow-ctrl. by Sjur Braendeland · 15 years ago
  52. 543708b mac80211: fix sw scan bracketing by Johannes Berg · 15 years ago
  53. 2fcc9f7 wireless: move regulatory_init to .init.text by Uwe Kleine-König · 15 years ago
  54. f884e38 cfg80211: move cfg80211_exit to .exit.text by Uwe Kleine-König · 15 years ago
  55. bb9c03d 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
  56. 25442e0 bridge: fdb cleanup runs too often by stephen hemminger · 15 years ago
  57. abf52f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  58. 3924773 net: Export cred_to_ucred to modules. by David S. Miller · 15 years ago
  59. 6616f78 af_unix: Allow connecting to sockets in other network namespaces. by Eric W. Biederman · 15 years ago
  60. 7361c36 af_unix: Allow credentials to work across user and pid namespaces. by Eric W. Biederman · 15 years ago
  61. 257b535 scm: Capture the full credentials of the scm sender. by Eric W. Biederman · 15 years ago
  62. b47030c af_netlink: Add needed scm_destroy after scm_send. by Eric W. Biederman · 15 years ago
  63. 109f6e3 af_unix: Allow SO_PEERCRED to work across namespaces. by Eric W. Biederman · 15 years ago
  64. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 15 years ago
  65. fa68a78 Clear IFF_XMIT_DST_RELEASE for teql interfaces by Tom Hughes · 15 years ago
  66. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 15 years ago
  67. d8d326d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  68. 021570e mac80211: fix warn, enum may be used uninitialized by Christoph Fritz · 15 years ago
  69. 317fe0e inetpeer: restore small inet_peer structures by Eric Dumazet · 15 years ago
  70. 5f2f892 inetpeer: do not use zero refcnt for freed entries by Eric Dumazet · 15 years ago
  71. 9f70b0f bridge: Add const to dummy br_netpoll_send_skb by Herbert Xu · 15 years ago
  72. fed396a bridge: Fix OOM crash in deliver_clone by Herbert Xu · 15 years ago
  73. a95d8c8 ipfrag : frag_kfree_skb() cleanup by Eric Dumazet · 15 years ago
  74. d27f9b3 ip_frag: Remove some atomic ops by Eric Dumazet · 15 years ago
  75. 2bbdf38 ipv6: syncookies: do not skip ->iif initialization by Florian Westphal · 15 years ago
  76. aa1039e inetpeer: RCU conversion by Eric Dumazet · 15 years ago
  77. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  78. 9190252 mac80211: Use a separate CCMP PN receive counter for management frames by Jouni Malinen · 15 years ago
  79. 05e48e8 mac80211: Protect Deauthentication frame when using MFP by Jouni Malinen · 15 years ago
  80. ff61638 mac80211: Fix ps-qos network latency handling by Juuso Oikarinen · 15 years ago
  81. 2107134 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  82. a3433f3 tcp: unify tcp flag macros by Changli Gao · 15 years ago
  83. f350a0a bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 15 years ago
  84. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 15 years ago
  85. 91d2c34 bridge: Fix netpoll support by Herbert Xu · 15 years ago
  86. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 15 years ago
  87. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 15 years ago
  88. dbaa154 netpoll: Add locking for netpoll_setup/cleanup by Herbert Xu · 15 years ago
  89. de85d99 netpoll: Fix RCU usage by Herbert Xu · 15 years ago
  90. 3665504 bridge: Remove redundant npinfo NULL setting by Herbert Xu · 15 years ago
  91. c04ec80 netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup by Herbert Xu · 15 years ago
  92. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  93. 0902b46 netfilter: xtables: idletimer target implementation by Luciano Coelho · 15 years ago
  94. d73f33b netfilter: CLUSTERIP: RCU conversion by Eric Dumazet · 15 years ago
  95. d6cc1d6 inetpeer: various changes by Eric Dumazet · 15 years ago
  96. c68f24c ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit() by Eric Dumazet · 15 years ago
  97. f6bc7d9 ipv6: avoid two atomics in ipv6_rthdr_rcv() by Eric Dumazet · 15 years ago
  98. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. 6854296 mac80211: Fix circular locking dependency in ARP filter handling by Juuso Oikarinen · 15 years ago
  100. 5ea096c mac80211: remove BSS from cfg80211 list when leaving IBSS by Teemu Paasikivi · 15 years ago