1. f250dcd ipv6: fix the return interface index when get it while no message is received by Yang Hongyang · 16 years ago
  2. b24a251 ipv6: Add IPV6_PKTINFO sticky option support to setsockopt() by Yang Hongyang · 16 years ago
  3. 09a2c3c Phonet: improve GPRS variable names by Rémi Denis-Courmont · 16 years ago
  4. b187920 ipmr: merge common code by Ilpo Järvinen · 16 years ago
  5. b240a0e ethtool: Add GGRO and SGRO ops by Herbert Xu · 16 years ago
  6. bf296b1 tcp: Add GRO support by Herbert Xu · 16 years ago
  7. 71d93b3 net: Add skb_gro_receive by Herbert Xu · 16 years ago
  8. 73cc19f ipv4: Add GRO infrastructure by Herbert Xu · 16 years ago
  9. d565b0a net: Add Generic Receive Offload infrastructure by Herbert Xu · 16 years ago
  10. 1a881f2 net: Add frag_list support to GSO by Herbert Xu · 16 years ago
  11. 89319d38 net: Add frag_list support to skb_segment by Herbert Xu · 16 years ago
  12. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. 7004405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  14. 8b124a8 net: fix dcbnl_setnumtcs operation check by Don Skidmore · 16 years ago
  15. 4798a2b Phonet: keep TX queue disabled when the device is off by Rémi Denis-Courmont · 16 years ago
  16. eb9b851 SCHED: netem: Correct documentation comment in code. by Jesper Dangaard Brouer · 16 years ago
  17. be70ed1 netfilter: update rwlock initialization for nat_table by Steven Rostedt · 16 years ago
  18. b1721d2 rpc/rdma: goto instead of copypaste by Ilpo Järvinen · 16 years ago
  19. 79f55f1 nf/dccp: merge errorpaths by Ilpo Järvinen · 16 years ago
  20. e780f1c irda: merge exit paths by Ilpo Järvinen · 16 years ago
  21. 037322a bt/rfcomm/tty: join error paths by Ilpo Järvinen · 16 years ago
  22. 0eae1b9 ax25: join the return paths that free skb by Ilpo Järvinen · 16 years ago
  23. ebad5c0 can: merge error paths by Ilpo Järvinen · 16 years ago
  24. d8eb930 xfrm: join error paths by Ilpo Järvinen · 16 years ago
  25. 8da73b7 ip6mr: use goto to common label instead of opencoding by Ilpo Järvinen · 16 years ago
  26. 448eb71 ipv6/mcast: join error paths using goto by Ilpo Järvinen · 16 years ago
  27. 5ce1bbb xfrm6_tunnel: join error paths using goto by Ilpo Järvinen · 16 years ago
  28. 857a6e0 icsk: join error paths using goto by Ilpo Järvinen · 16 years ago
  29. ab1f5c0 mac80211: misc cleanups by Rami Rosen · 16 years ago
  30. 4dec9b8 rfkill: strip pointless notifier chain by Johannes Berg · 16 years ago
  31. b7a530d mac80211: Disable requests for new scans in AP mode by Jouni Malinen · 16 years ago
  32. 89fad57 mac80211: integrate sta_notify_ps cmds into sta_notify by Christian Lamparter · 16 years ago
  33. b143923 mac80211/cfg80211: check endianness in sparse runs by Johannes Berg · 16 years ago
  34. f546638c mac80211: remove fragmentation offload functionality by Johannes Berg · 16 years ago
  35. 8dffff2 mac80211: only create default STA interface if supported by Johannes Berg · 16 years ago
  36. 306d611 cfg80211: fix nl80211 frequency handling by Johannes Berg · 16 years ago
  37. 447107f mac80211: remove WARN_ON() from ieee80211_hw_config by Reinette Chatre · 16 years ago
  38. ec8f237 netlabel: Compiler warning and NULL pointer dereference fix by Paul Moore · 16 years ago
  39. 293a4f2 netfilter: xt_NFLOG is dependant of nfnetlink_log by Eric Leblond · 16 years ago
  40. 8229efd netns: ip6mr: enable namespace support in ipv6 multicast forwarding code by Benjamin Thery · 16 years ago
  41. 8b90fc7 netns: ip6mr: declare ip6mr /proc/net entries per-namespace by Benjamin Thery · 16 years ago
  42. 950d570 netns: ip6mr: declare reg_vif_num per-namespace by Benjamin Thery · 16 years ago
  43. a21f3f9 netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace by Benjamin Thery · 16 years ago
  44. 4045e57 netns: ip6mr: declare counter cache_resolve_queue_len per-namespace by Benjamin Thery · 16 years ago
  45. 4a6258a netns: ip6mr: dynamically allocate mfc6_cache_array by Benjamin Thery · 16 years ago
  46. 58701ad netns: ip6mr: store netns in struct mfc6_cache by Benjamin Thery · 16 years ago
  47. 4e16880 netns: ip6mr: dynamically allocates vif6_table by Benjamin Thery · 16 years ago
  48. bd91b8b netns: ip6mr: allocate mroute6_socket per-namespace. by Benjamin Thery · 16 years ago
  49. 5eaa65b net: Make static by Roel Kluin · 16 years ago
  50. 7b363e4 netpoll: fix race on poll_list resulting in garbage entry by Neil Horman · 16 years ago
  51. 512bb43 pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc. by Jarek Poplawski · 16 years ago
  52. 1b5c007 pkt_sched: sch_htb: Optimize htb_find_next_upper() by Jarek Poplawski · 16 years ago
  53. 24fc7b8 ipv6: silence log messages for locally generated multicast by Jan Sembera · 16 years ago
  54. e19caae bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl(). by David S. Miller · 16 years ago
  55. 8d3a564 tcp: tcp_vegas cong avoid fix by Doug Leith · 16 years ago
  56. 6cf1a0f bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled. by David S. Miller · 16 years ago
  57. f7a8db8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  58. 6fdd34d dccp ccid-2: Phase out the use of boolean Ack Vector sysctl by Gerrit Renker · 16 years ago
  59. 4098dce dccp: Remove manual influence on NDP Count feature by Gerrit Renker · 16 years ago
  60. 0049bab dccp: Remove obsolete parts of the old CCID interface by Gerrit Renker · 16 years ago
  61. 63b8e28 dccp: Clean up old feature-negotiation infrastructure by Gerrit Renker · 16 years ago
  62. 991d927 dccp: Integration of dynamic feature activation - part 3 (client side) by Gerrit Renker · 16 years ago
  63. 192b27f dccp: Integration of dynamic feature activation - part 2 (server side) by Gerrit Renker · 16 years ago
  64. 6eb55d1 dccp: Integration of dynamic feature activation - part 1 (socket setup) by Gerrit Renker · 16 years ago
  65. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  66. c49b9f2 tproxy: fixe a possible read from an invalid location in the socket match by Balazs Scheidler · 16 years ago
  67. 6c5cc8e wireless: Fix incorrect use of loose in wext.c by Nick Andrew · 16 years ago
  68. a2acde0 tcp: fix tso_should_defer in 64bit by Ilpo Järvinen · 16 years ago
  69. d5dd917 tcp: use tcp_write_xmit also in tcp_push_one by Ilpo Järvinen · 16 years ago
  70. 730c30e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. 726e07a tcp: move some parts from tcp_write_xmit by Ilpo Järvinen · 16 years ago
  72. 41834b7 tcp: share code through function, not through copy-paste. :-) by Ilpo Järvinen · 16 years ago
  73. ee6aac5 tcp: drop tcp_bound_rto, merge content of it tcp_set_rto by Ilpo Järvinen · 16 years ago
  74. 5013316 tcp: no need to pass prev skb around, reduces arg pressure by Ilpo Järvinen · 16 years ago
  75. a1197f5 tcp: introduce struct tcp_sacktag_state to reduce arg pressure by Ilpo Järvinen · 16 years ago
  76. 775ffab tcp: make mtu probe failure to not break gso'ed skbs unnecessarily by Ilpo Järvinen · 16 years ago
  77. 9969ca5 tcp: Fix thinko making the not-shiftable to cover S|R as well by Ilpo Järvinen · 16 years ago
  78. f0bc52f tcp: force mss equality with the next skb too. by Ilpo Järvinen · 16 years ago
  79. 61c1d05 dccp: use roundup instead of opencoding by Ilpo Järvinen · 16 years ago
  80. 0a0755c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  81. 0f70f39 cfg80211: "fix" 11d oops by Johannes Berg · 16 years ago
  82. 8e7be8d mac80211: tx module cleanup. by Rami Rosen · 16 years ago
  83. 4a4f4d8 cfg80211: fix wiphy remove if no regulatory request by Johannes Berg · 16 years ago
  84. 4571d3b mac80211: add sta_notify_ps callback by Christian Lamparter · 16 years ago
  85. cb3da8c mac80211: accept empty strings for hidden SSIDs by Fabio Rossi · 16 years ago
  86. e60c774 cfg80211: handle SIOCGIWMODE/SIOCSIWMODE by Johannes Berg · 16 years ago
  87. fee5267 cfg80211: handle SIOCGIWNAME by Johannes Berg · 16 years ago
  88. 72bdcf3 nl80211: Add frequency configuration (including HT40) by Jouni Malinen · 16 years ago
  89. 72eaa43 mac80211: only transition STAs ps->wake on data frames by Johannes Berg · 16 years ago
  90. 8e268e4 mac80211: disassociate prior to unlinking AP/station by Tomas Winkler · 16 years ago
  91. e327b847 mac80211: deauth when interface is marked down by John W. Linville · 16 years ago
  92. 5cf12e8 mac80211: use unaligned safe memcmp() in-place of compare_ether_addr() by Shaddy Baddah · 16 years ago
  93. a6af2d6 tcp: tcp_vegas ssthresh bug fix by Doug Leith · 16 years ago
  94. e061b16 xfrm: Accept ESP packets regardless of UDP encapsulation mode by Martin Willi · 16 years ago
  95. f706644d can: omit received RTR frames for single ID filter lists by Oliver Hartkopp · 16 years ago
  96. 17b24b3 ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table by Chas Williams · 16 years ago
  97. 36cbac5 net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset by Joe Perches · 16 years ago
  98. 999890b net: /proc/net/ip_mr_cache, display Iif as a signed short by Benjamin Thery · 16 years ago
  99. 1ea472e net: fix /proc/net/ip_mr_cache display - V2 by Benjamin Thery · 16 years ago
  100. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago