1. 094f2fa Net: rds: Makefile: Remove deprecated items by Tracey Dent · 14 years ago
  2. 927a41f Net: phonet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  3. 64387df Net: lapb: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  4. 94ee288 Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  5. cd30c62 Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  6. f91c4ae Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintions by Tracey Dent · 14 years ago
  7. 4de58df Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  8. 6b8ff8c Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  9. cc0bdac Net: econet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  10. 22674a2 Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  11. fa13bc3 Net: ceph: Makefile: remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  12. bac14e0 Net: can: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  13. a3106d0 Net: caif: Makefile: Remove deprecated items by Tracey Dent · 14 years ago
  14. 8721750 Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  15. 551eaff pktgen: allow faster module unload by Eric Dumazet · 14 years ago
  16. bbce5a5 packet: use vzalloc() by Eric Dumazet · 14 years ago
  17. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  18. 0670b8a X25: remove bkl in routing ioctls by andrew hendry · 14 years ago
  19. 54aafbd X25: remove bkl in inq and outq ioctls by andrew hendry · 14 years ago
  20. 1ecd66b X25: remove bkl in timestamp ioctls by andrew hendry · 14 years ago
  21. 70be998 X25: pushdown bkl in ioctls by andrew hendry · 14 years ago
  22. c26aed4 filter: use reciprocal divide by Eric Dumazet · 14 years ago
  23. 8c1592d filter: cleanup codes[] init by Eric Dumazet · 14 years ago
  24. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  25. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  26. dba4490d netfilter: fix IP_VS dependencies by Patrick McHardy · 14 years ago
  27. 925e277 net: irda: irttp: sync error paths of data- and udata-requests by Wolfram Sang · 14 years ago
  28. 18a31e1 ipv6: Expose reachable and retrans timer values as msecs by Thomas Graf · 14 years ago
  29. 07bfa52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  30. 93908d1 ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies by Thomas Graf · 14 years ago
  31. 57e1ab6 igmp: refine skb allocations by Eric Dumazet · 14 years ago
  32. 4c3710a net: move definitions of BPF_S_* to net/core/filter.c by Changli Gao · 14 years ago
  33. cba328f filter: Optimize instruction revalidation code. by Tetsuo Handa · 14 years ago
  34. 9e50e3a net: add priority field to pktgen by John Fastabend · 14 years ago
  35. 7d8e76b net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  36. f72f2f4 dccp ccid-2: whitespace fix-up by Gerrit Renker · 14 years ago
  37. 866f3b2 bonding: IGMP handling cleanup by Eric Dumazet · 14 years ago
  38. 09a02fd cfg80211: fix can_beacon_sec_chan, reenable HT40 by Mark Mentovai · 14 years ago
  39. dda0b38 net: ipv4: tcp_probe: cleanup snprintf() use by Vasiliy Kulikov · 14 years ago
  40. 9ea1948 net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  41. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  42. 218854a rds: Integer overflow in RDS cmsg handling by Dan Rosenberg · 14 years ago
  43. b382b19 ipv6: AF_INET6 link address family by Thomas Graf · 14 years ago
  44. 9f0f727 ipv4: AF_INET link address family by Thomas Graf · 14 years ago
  45. f8ff182 rtnetlink: Link address family API by Thomas Graf · 14 years ago
  46. ee58681 network: tcp_connect should return certain errors up the stack by Eric Paris · 14 years ago
  47. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  48. 37d6680 net/atm: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  49. 9236d83 cfg80211: fix extension channel checks to initiate communication by Luis R. Rodriguez · 14 years ago
  50. 7d98ffd xfrm: update flowi saddr in icmp_send if unset by Ulrich Weber · 14 years ago
  51. c31504d udp: use atomic_inc_not_zero_hint by Eric Dumazet · 14 years ago
  52. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  53. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  54. 0e3125c packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4) by Neil Horman · 14 years ago
  55. 4c62ab9c irda: irttp: allow zero byte packets by Wolfram Sang · 14 years ago
  56. 9d82ca9 ipv6: fix missing in6_ifa_put in addrconf by John Fastabend · 14 years ago
  57. b5e4156 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  58. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  59. ec1e561 bridge: add RCU annotations to bridge port lookup by Eric Dumazet · 14 years ago
  60. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  61. a386f99 bridge: add proper RCU annotation to should_route_hook by Eric Dumazet · 14 years ago
  62. e805168 bridge: add RCU annotation to bridge multicast table by Eric Dumazet · 14 years ago
  63. 8a22c99 net/ipv6/mcast.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  64. 6c1b6c6 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 14 years ago
  65. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  66. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  67. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  68. e1f2d8c vlan: Fix build warning in vlandev_seq_show() by David S. Miller · 14 years ago
  69. ffa56e54 mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher() by Jesper Juhl · 14 years ago
  70. 07caf9d mac80211: refactor debugfs function generation code by Eliad Peller · 14 years ago
  71. c7317e4 mac80211: minstrel_ht - reduce the overhead of rate sampling by Felix Fietkau · 14 years ago
  72. d91e41b cfg80211: prefix REG_DBG_PRINT() with cfg80211 by Luis R. Rodriguez · 14 years ago
  73. e702d3c cfg80211: add debug print when processing a channel by Luis R. Rodriguez · 14 years ago
  74. a651853 cfg80211: add debug print when disabling a channel on a custom regd by Luis R. Rodriguez · 14 years ago
  75. 926a0a0 cfg80211: add debug prints for when we ignore regulatory hints by Luis R. Rodriguez · 14 years ago
  76. ca4ffe8 cfg80211: fix disabling channels based on hints by Luis R. Rodriguez · 14 years ago
  77. 749b527 cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY by Luis R. Rodriguez · 14 years ago
  78. 7ca43d0 cfg80211: pass the reg hint initiator to helpers by Luis R. Rodriguez · 14 years ago
  79. 2e48928 rfkill: remove dead code by Stephen Hemminger · 14 years ago
  80. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  81. 8f5549f net: remove check for headroom in vlan_dev_create by John Fastabend · 14 years ago
  82. 029f5fc 8021q: set hard_header_len when VLAN offload features are toggled by John Fastabend · 14 years ago
  83. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  84. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  85. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  86. d9aa938 ipv4: Fix build with multicast disabled. by David S. Miller · 14 years ago
  87. 7e87fe8 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 14 years ago
  88. 52394ee dccp ccid-2: Remove old infrastructure by Gerrit Renker · 14 years ago
  89. d83447f dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 14 years ago
  90. 1821946 dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module by Gerrit Renker · 14 years ago
  91. 3802408 dccp ccid-2: Update code for the Ack Vector input/registration routine by Gerrit Renker · 14 years ago
  92. 5753fdf dccp ccid-2: Algorithm to update buffer state by Gerrit Renker · 14 years ago
  93. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  94. 9457b24 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  95. 0597d1b can-bcm: fix minor heap overflow by Oliver Hartkopp · 14 years ago
  96. 4038565 ipv6: Warn users if maximum number of routes is reached. by Ben Greear · 14 years ago
  97. 2de7957 ipv6: addrconf: don't remove address state on ifdown if the address is being kept by Lorenzo Colitti · 14 years ago
  98. 8f49c27 tcp: Don't change unlocked socket state in tcp_v4_err(). by David S. Miller · 14 years ago
  99. 190683a net: net_families __rcu annotations by Eric Dumazet · 14 years ago
  100. 1d7138d igmp: RCU conversion of in_dev->mc_list by Eric Dumazet · 14 years ago