1. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  2. 5ee3afb [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO. by Rick Jones · 17 years ago
  3. 768f3591 [NETNS]: Cleanup list walking in setup_net and cleanup_net by Pavel Emelyanov · 17 years ago
  4. 6b2f9cb [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. by Vlad Yasevich · 17 years ago
  5. 65b07e5 [SCTP]: API updates to suport SCTP-AUTH extensions. by Vlad Yasevich · 17 years ago
  6. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  7. 4cd57c8 [SCTP]: Enable the sending of the AUTH chunk. by Vlad Yasevich · 17 years ago
  8. 730fc3d [SCTP]: Implete SCTP-AUTH parameter processing by Vlad Yasevich · 17 years ago
  9. a29a5bd [SCTP]: Implement SCTP-AUTH initializations. by Vlad Yasevich · 17 years ago
  10. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 17 years ago
  11. 96793b4 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) by David L Stevens · 17 years ago
  12. 14878f7 [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] by David L Stevens · 17 years ago
  13. 8b14a53 [NET]: all net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  14. c40f6ff [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead by Denis Cheng · 17 years ago
  15. 26ff5dd [NETLINK]: the temp variable name max is ambiguous by Denis Cheng · 17 years ago
  16. 99406c8 [NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> instead by Denis Cheng · 17 years ago
  17. 5288605 [SKBUFF]: Fix up csum_start when head room changes by Herbert Xu · 17 years ago
  18. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  19. 007e393 [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c by Vlad Yasevich · 17 years ago
  20. 131a47e [SCTP]: Implement the Supported Extensions Parameter by Vlad Yasevich · 17 years ago
  21. 76c72d4 [IPV4/IPV6/DECNET]: Small cleanup for fib rules. by Denis V. Lunev · 17 years ago
  22. 056925a [NET]: Cleanup calling netdev notifiers. by Pavel Emelyanov · 17 years ago
  23. 30d97d3 [NETNS]: Consolidate hashes creation in netdev_init() by Pavel Emelyanov · 17 years ago
  24. ad7379d [NET]: Fix the prototype of call_netdevice_notifiers. by Eric W. Biederman · 17 years ago
  25. 22dd749 [NET]: migrate HARD_TX_LOCK to header file by Jamal Hadi Salim · 17 years ago
  26. 0b69d4b [IPV6]: Remove redundant RTM_DELLINK message. by Milan Kocian · 17 years ago
  27. 63d804ea [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions by Paul Moore · 17 years ago
  28. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  29. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  30. aa0daf0 [MAC80211]: remove/change some comments about Michael MIC hardware offload by Johannes Berg · 17 years ago
  31. 475fa49 [MAC80211]: PS mode fix by Tomas Winkler · 17 years ago
  32. 68aae11 [MAC80211]: use internal network device stats by Stephen Hemminger · 17 years ago
  33. 2433879 [MAC80211]: get STA after tx radiotap snipped by warmcat · 17 years ago
  34. 139c3a0 [MAC80211]: ignore key index on pairwise key (WEP only) by Volker Braun · 17 years ago
  35. c39e3a0 [MAC80211]: remove TKIP mixing for hw accel again by Johannes Berg · 17 years ago
  36. 6a7664d [MAC80211]: remove HW_KEY_IDX_INVALID by Johannes Berg · 17 years ago
  37. c15a205 [MAC80211]: remove set_key_idx callback by Johannes Berg · 17 years ago
  38. 7848ba7 [MAC80211]: rework hardware crypto flags by Johannes Berg · 17 years ago
  39. b708e61 [MAC80211]: remove turbo modes by Johannes Berg · 17 years ago
  40. d4e46a3 [MAC80211]: fix race conditions with keys by Johannes Berg · 17 years ago
  41. c29b9b9 [MAC80211]: don't send invalid QoS frames by Johannes Berg · 17 years ago
  42. 5d4ecd9 [MAC80211]: remove spy wext ioctls by Johannes Berg · 17 years ago
  43. 39c90ec [IPV4]: Convert rt_check_expire() from softirq processing to workqueue. by Eric Dumazet · 17 years ago
  44. e0665486 [RFKILL]: Add support for ultrawideband by Ivo van Doorn · 17 years ago
  45. 234a0ca [RFKILL]: Remove IRDA by Ivo van Doorn · 17 years ago
  46. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  47. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  48. b6fa1a4 [SCTP] net/sctp/socket.c: make 3 variables static by Adrian Bunk · 17 years ago
  49. 5c94bf8 [SCTP]: Make sctp_addto_param() static. by Adrian Bunk · 17 years ago
  50. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  51. 9d5010d [NET]: Add a might_sleep() to dev_close(). by David S. Miller · 17 years ago
  52. 86bba26 [PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueue by Eric Dumazet · 17 years ago
  53. 678aa8e [NET]: #if 0 out net_alloc() for now. by David S. Miller · 17 years ago
  54. c48dad7 [NET]: Disable netfilter sockopts when not in the initial network namespace by Eric W. Biederman · 17 years ago
  55. d8a5ec6 [NET]: netlink support for moving devices between network namespaces. by Eric W. Biederman · 17 years ago
  56. ce286d3 [NET]: Implement network device movement between namespaces by Eric W. Biederman · 17 years ago
  57. b267b17 [NET]: Factor out __dev_alloc_name from dev_alloc_name by Eric W. Biederman · 17 years ago
  58. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  59. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  60. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  61. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  62. 6d34b1c [NET]: Initialize the network namespace of network devices. by Eric W. Biederman · 17 years ago
  63. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  64. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  65. 5f256be [NET]: Basic network namespace infrastructure. by Eric W. Biederman · 17 years ago
  66. 890d52d [ATALK]: In notifier handlers convert the void pointer to a netdevice by Eric W. Biederman · 17 years ago
  67. ab5f5e8 [XFRM]: xfrm audit calls by Joy Latten · 17 years ago
  68. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  69. 02b3d34 [NET] Cleanup: Use sock_owned_by_user() macro by John Heffner · 17 years ago
  70. 50f1778 [AF_PACKET]: Don't enable global timestamps. by Stephen Hemminger · 17 years ago
  71. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  72. 1dfcae7 [IPV6]: Remove unneeded pointer iph from ipcomp6_input() in net/ipv6/ipcomp6.c by Micah Gruber · 17 years ago
  73. c9ee23d [MAC80211]: make assoc_ap a flag by Johannes Berg · 17 years ago
  74. 52aa944 [MAC80211]: remove hostapd interface stuff by Johannes Berg · 17 years ago
  75. 8dc06a1 [MAC80211]: improve key selection comment by Johannes Berg · 17 years ago
  76. b331615 [MAC80211]: filter locally-originated multicast frames by John W. Linville · 17 years ago
  77. 3c3b00c [MAC80211]: clean up whitespace by Johannes Berg · 17 years ago
  78. b63bde7 [MAC80211]: fix preamble setting by Johannes Berg · 17 years ago
  79. 6c55aa9 [MAC80211]: Remove overly sticky averaging filters for rssi, signal, noise by Larry Finger · 17 years ago
  80. e7a64f1 [MAC80211]: add interface index to key debugfs by Johannes Berg · 17 years ago
  81. 11a843b [MAC80211]: rework key handling by Johannes Berg · 17 years ago
  82. 3aefaa3 [MAC80211]: remove fake set_key() call by Johannes Berg · 17 years ago
  83. f658eb9 [MAC80211] key handling: remove default_wep_only by Johannes Berg · 17 years ago
  84. 8f37171 [MAC80211]: remove krefs for keys by Johannes Berg · 17 years ago
  85. 8f20fc2 [MAC80211]: embed key conf in key, fix driver interface by Johannes Berg · 17 years ago
  86. 13262ff [MAC80211]: Remove bitfields from struct ieee80211_sub_if_data by Jiri Slaby · 17 years ago
  87. d6f2da5 [MAC80211]: Remove bitfields from struct ieee80211_if_sta by Jiri Slaby · 17 years ago
  88. badffb7 [MAC80211]: Remove bitfields from struct ieee80211_txrx_data by Jiri Slaby · 17 years ago
  89. e8bf964 [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_data by Jiri Slaby · 17 years ago
  90. cf96683 [MAC80211]: use switch statement in tx code by Johannes Berg · 17 years ago
  91. eb063c1 [MAC80211]: refactor event sending by Johannes Berg · 17 years ago
  92. 808718c [MAC80211]: kill key_mgmt, use key_management_enabled by Johannes Berg · 17 years ago
  93. 7b33a57 [MAC80211]: remove unused ioctls (3) by Johannes Berg · 17 years ago
  94. 53cb670 [MAC80211]: remove unused ioctls (2) by Johannes Berg · 17 years ago
  95. b2446b3 [MAC80211]: remove unused ioctls (1) by Johannes Berg · 17 years ago
  96. 3017b80 [MAC80211]: fix software decryption by Johannes Berg · 17 years ago
  97. 82f7160 [MAC80211]: remove radar stuff by Johannes Berg · 17 years ago
  98. 6438567 [MAC80211]: remove ieee80211_msg_wep_frame_unknown_key by Johannes Berg · 17 years ago
  99. 1a84f3f [MAC80211]: ratelimit some RX messages by Johannes Berg · 17 years ago
  100. e6660d9 [MAC80211]: remove PRISM2_PARAM_RADIO_ENABLED by Johannes Berg · 17 years ago