1. 1397dce mac80211: remove unused declaration of struct sta_attribute. by Rami Rosen · 16 years ago
  2. 7a5158e mac80211: fix short slot handling by Johannes Berg · 16 years ago
  3. e87a2fe mac80211: remove max_antenna_gain config by Johannes Berg · 16 years ago
  4. d73782f mac80211: clean up ieee80211_hw_config errors by Johannes Berg · 16 years ago
  5. 3db5943 mac80211: remove wiphy_to_hw by Johannes Berg · 16 years ago
  6. c6a1fa1 mac80211: minor code cleanups by Johannes Berg · 16 years ago
  7. 36ff382 mac80211: remove writable debugs mesh parameters by Johannes Berg · 16 years ago
  8. 804feeb mac80211: remove aggregation status write support from debugfs by Johannes Berg · 16 years ago
  9. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  10. 14d5e83 net: replace NIPQUAD() in net/netfilter/ by Harvey Harrison · 16 years ago
  11. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  12. cffee38 net: replace NIPQUAD() in net/ipv4/netfilter/ by Harvey Harrison · 16 years ago
  13. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  14. 03c05f0 pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue() by Jarek Poplawski · 16 years ago
  15. 8e3af97 pkt_sched: Add qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  16. 99c0db2 pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  17. 48a8f51 pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs. by Patrick McHardy · 16 years ago
  18. d5917a3 xfrm: C99 for xfrm_dev_notifier by Alexey Dobriyan · 16 years ago
  19. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  20. a4322266 xfrm: do not leak ESRCH to user space by fernando@oss.ntt.co · 16 years ago
  21. e5e7ad4 Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6 by David S. Miller · 16 years ago
  22. 61e5744 netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys() by Alexey Dobriyan · 16 years ago
  23. 485ac57 netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys by Alexey Dobriyan · 16 years ago
  24. c8db3fe udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash() by Eric Dumazet · 16 years ago
  25. 1b2d3d9 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  26. 47b676c netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.c by Manish Katiyar · 16 years ago
  27. f8a0247 netlabel: Fix compiler warnings in netlabel_mgmt.c by Paul Moore · 16 years ago
  28. 00af5c6 cipso: unsigned buf_len cannot be negative by roel kluin · 16 years ago
  29. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  30. 4b7a427 net: replace %#p6 format specifier with %pi6 by Harvey Harrison · 16 years ago
  31. 96631ed udp: introduce sk_for_each_rcu_safenext() by Eric Dumazet · 16 years ago
  32. f52b505 udp: udp_get_next() should use spin_unlock_bh() by Eric Dumazet · 16 years ago
  33. 8203efb udp: calculate udp_mem based on low memory instead of all memory by Eric Dumazet · 16 years ago
  34. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 16 years ago
  35. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 16 years ago
  36. b189db5 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users by Harvey Harrison · 16 years ago
  37. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  38. fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  39. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  40. 38ff4fa netfilter: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  41. b071195 net: replace all current users of NIP6_SEQFMT with %#p6 by Harvey Harrison · 16 years ago
  42. 3a2dfbe xfrm: Notify changes in UDP encapsulation via netlink by Martin Willi · 16 years ago
  43. 93adcc8 net: don't use INIT_RCU_HEAD by Alexey Dobriyan · 16 years ago
  44. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  45. 8827166 pktgen: fix multiple queue warning by Jesse Brandeburg · 16 years ago
  46. 5f707eb SUNRPC: Fix potential race in put_rpccred() by Trond Myklebust · 16 years ago
  47. eac0d18 SUNRPC: Fix rpcauth_prune_expired by Trond Myklebust · 16 years ago
  48. 2a9e1cf SUNRPC: Respond promptly to server TCP resets by Trond Myklebust · 16 years ago
  49. b057efd netlink: constify struct nlattr * arg to parsing functions by Patrick McHardy · 16 years ago
  50. 3891845 netns: Coexist with the sysfs limitations v2 by Eric W. Biederman · 16 years ago
  51. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  52. 0c68ae26 mac80211: convert to %pM away from print_mac by Johannes Berg · 16 years ago
  53. 1080d70 net: implement emergency route cache rebulds when gc_elasticity is exceeded by Neil Horman · 16 years ago
  54. 51b94bf mac80211: correct warnings in minstrel rate control algorithm by John W. Linville · 16 years ago
  55. d8b105f RFKILL: fix input layer initialisation by Dmitry Baryshkov · 16 years ago
  56. 8b5f12d syncookies: fix inclusion of tcp options in syn-ack by Florian Westphal · 16 years ago
  57. c3a90c7 Phonet: do not reply to indication reset packets by Remi Denis-Courmont · 16 years ago
  58. 44a504c4 wireless: fix regression caused by regulatory config option by Arjan van de Ven · 16 years ago
  59. 2242d5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  60. fd6149d tcp: Restore ordering of TCP options for the sake of inter-operability by Ilpo Järvinen · 16 years ago
  61. 1f6d6e8e Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  63. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  64. b63365a net: Fix disjunct computation of netdev features by Herbert Xu · 16 years ago
  65. 2e3f92d sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state by Wei Yongjun · 16 years ago
  66. cf896d5 sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING state by Wei Yongjun · 16 years ago
  67. df10eec sctp: Add check for the TSN field of the SHUTDOWN chunk by Wei Yongjun · 16 years ago
  68. 91bd6b1 sctp: Drop ICMP packet too big message with MTU larger than current PMTU by Wei Yongjun · 16 years ago
  69. e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
  70. fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
  71. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  72. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  73. 75e3d8d tcp: should use number of sack blocks instead of -1 by Ilpo Järvinen · 16 years ago
  74. 45e4a24 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  75. 5fdf112 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  76. fdc9314 netfilter: replace old NF_ARP calls with NFPROTO_ARP by Jan Engelhardt · 16 years ago
  77. 6767184 netfilter: fix compilation error with NAT=n by Pablo Neira Ayuso · 16 years ago
  78. b09eec1 netfilter: xt_recent: use proc_create_data() by Alexey Dobriyan · 16 years ago
  79. 311670f netfilter: snmp nat leaks memory in case of failure by Ilpo Järvinen · 16 years ago
  80. 6def1eb netfilter: xt_iprange: fix range inversion match by Alexey Dobriyan · 16 years ago
  81. 041fb57 netfilter: ctnetlink: remove obsolete NAT dependency from Kconfig by Patrick McHardy · 16 years ago
  82. 9f3ffae pkt_sched: sch_generic: Fix oops in sch_teql by Jarek Poplawski · 16 years ago
  83. 944f750 dccp: Port redirection support for DCCP by Gerrit Renker · 16 years ago
  84. fd50703 tcp: Fix IPv6 fallout from 'Port redirection support for TCP' by KOVACS Krisztian · 16 years ago
  85. 92845ff netdev: change name dropping error codes by Stephen Hemminger · 16 years ago
  86. 0537ae6 ipvs: Update CONFIG_IP_VS_IPV6 description and help text by Julius Volz · 16 years ago
  87. 7eb923b 9p: add more conservative locking by Eric Van Hensbergen · 16 years ago
  88. f0a0ac2 9p: fix oops in protocol stat parsing error path. by Eric Van Hensbergen · 16 years ago
  89. e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
  90. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  91. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  92. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  93. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  94. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  95. ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
  96. 6936bf6 9p: encapsulate version function by Eric Van Hensbergen · 16 years ago
  97. 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
  98. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  99. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  100. 95820a3 9p: drop broken unused error path from p9_conn_create() by Tejun Heo · 16 years ago