1. c5d3557 Revert "ipv4: Make INET_LRO a bool instead of tristate." by Ben Hutchings · 14 years ago
  2. 482964e net: Fix the condition passed to sk_wait_event() by Nagendra Tomar · 14 years ago
  3. ae878ae net: Fix IPv6 PMTU disc. w/ asymmetric routes by Maciej Żenczykowski · 14 years ago
  4. 173e79f vlan: dont drop packets from unknown vlans in promiscuous mode by Eric Dumazet · 14 years ago
  5. 9262919 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  6. a91e7d4 Phonet: Correct header retrieval after pskb_may_pull by Kumar Sanghvi · 14 years ago
  7. 9337057 um: Proper Fix for f25c80a4: remove duplicate structure field initialization by Boaz Harrosh · 14 years ago
  8. 68c1f3a ip_gre: Fix dependencies wrt. ipv6. by David S. Miller · 14 years ago
  9. 4d22f7d net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() by Damian Lukowski · 14 years ago
  10. e7ee762 iwl3945: queue the right work if the scan needs to be aborted by Florian Mickler · 14 years ago
  11. 01db403 tcp: Fix >4GB writes on 64-bit. by David S. Miller · 14 years ago
  12. 0b20406 net/9p: Mount only matching virtio channels by Sven Eckelmann · 14 years ago
  13. 387a856 de2104x: fix ethtool by Ondrej Zary · 14 years ago
  14. 824044c Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  15. fb0c5f0 tproxy: check for transparent flag in ip_route_newports by Ulrich Weber · 14 years ago
  16. 7e1b33e ipv6: add IPv6 to neighbour table overflow warning by Ulrich Weber · 14 years ago
  17. b3de755 tcp: fix TSO FACK loss marking in tcp_mark_head_lost by Yuchung Cheng · 14 years ago
  18. 3fd6c88 3c59x: fix regression from patch "Add ethtool WOL support" by Jan Beulich · 14 years ago
  19. 2cc6d2b ipv6: add a missing unregister_pernet_subsys call by Neil Horman · 14 years ago
  20. bc68580 s390: use free_netdev(netdev) instead of kfree() by Vasiliy Kulikov · 14 years ago
  21. 8d879de sgiseeq: use free_netdev(netdev) instead of kfree() by Kulikov Vasiliy · 14 years ago
  22. 22138d3 rionet: use free_netdev(netdev) instead of kfree() by Kulikov Vasiliy · 14 years ago
  23. 52933f05 ibm_newemac: use free_netdev(netdev) instead of kfree() by Kulikov Vasiliy · 14 years ago
  24. 62038e4 smsc911x: Add MODULE_ALIAS() by Vincent Stehlé · 14 years ago
  25. 693019e9 net: reset skb queue mapping when rx'ing over tunnel by Tom Herbert · 14 years ago
  26. a3d6713 br2684: fix scheduling while atomic by Karl Hiramoto · 14 years ago
  27. ca9a783 de2104x: fix TP link detection by Ondrej Zary · 14 years ago
  28. b0255a0 de2104x: fix power management by Ondrej Zary · 14 years ago
  29. e0f9c4f de2104x: disable autonegotiation on broken hardware by Ondrej Zary · 14 years ago
  30. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  31. cd87a2d mac80211: fix use-after-free by Johannes Berg · 14 years ago
  32. 605c82b e1000e: 82579 do not gate auto config of PHY by hardware during nominal use by Bruce Allan · 14 years ago
  33. a1ce647 e1000e: 82579 jumbo frame workaround causing CRC errors by Bruce Allan · 14 years ago
  34. 831bd2e e1000e: 82579 unaccounted missed packets by Bruce Allan · 14 years ago
  35. 5f3eed6 e1000e: 82566DC fails to get link by Bruce Allan · 14 years ago
  36. 87fb741 e1000e: 82579 SMBus address and LEDs incorrect after device reset by Bruce Allan · 14 years ago
  37. 8395ae8 e1000e: 82577/8/9 issues with device in Sx by Bruce Allan · 14 years ago
  38. 94e22389 xfrm4: strip ECN bits from tos field by Ulrich Weber · 14 years ago
  39. 3f5a2a7 atl1: zero out CMB and SBM in atl1_free_ring_resources by Luca Tettamanti · 14 years ago
  40. ec5a32f atl1: fix resume by Luca Tettamanti · 14 years ago
  41. 56b49f4 net: Move "struct net" declaration inside the __KERNEL__ macro guard by Ollie Wild · 14 years ago
  42. cbdd769 netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag by Jiri Olsa · 14 years ago
  43. d6120b8 netfilter: nf_nat_snmp: fix checksum calculation (v4) by Patrick McHardy · 14 years ago
  44. 15cdead netfilter: fix a race in nf_ct_ext_create() by Eric Dumazet · 14 years ago
  45. b46ffb8 netfilter: fix ipt_REJECT TCP RST routing for indev == outdev by Changli Gao · 14 years ago
  46. 7874896 netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp() by Simon Horman · 14 years ago
  47. d485d50 netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets by Eric Dumazet · 14 years ago
  48. 5786aee vhost: fix log ctx signalling by Michael S. Tsirkin · 14 years ago
  49. 3d13008 ip: fix truesize mismatch in ip fragmentation by Eric Dumazet · 14 years ago
  50. 7e96dc7 netxen: dont set skb->truesize by Eric Dumazet · 14 years ago
  51. 8df8fd2 qlcnic: dont set skb->truesize by Eric Dumazet · 14 years ago
  52. 2d81376 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  53. a4d2580 tcp: Fix race in tcp_poll by Tom Marshall · 14 years ago
  54. 9828e6e rose: Fix signedness issues wrt. digi count. by David S. Miller · 14 years ago
  55. 3779298 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  56. 8444cf7 xfrm: Allow different selector family in temporary state by Thomas Egerer · 14 years ago
  57. df6d023 wext: fix potential private ioctl memory content leak by Johannes Berg · 14 years ago
  58. 842c74b ip_gre: CONFIG_IPV6_MODULE support by Eric Dumazet · 14 years ago
  59. 04746ff qlcnic: dont assume NET_IP_ALIGN is 2 by Eric Dumazet · 14 years ago
  60. 4e8cec2 dca: disable dca on IOAT ver.3.0 multiple-IOH platforms by Sosnowski, Maciej · 14 years ago
  61. f0f9dea netpoll: Disable IRQ around RCU dereference in netpoll_rx by Herbert Xu · 14 years ago
  62. 4bdab43 sctp: Do not reset the packet during sctp_packet_config(). by Vlad Yasevich · 14 years ago
  63. 7acc7c6 iwlwifi: do not perferm force reset while doing scan by Wey-Yi Guy · 14 years ago
  64. 2507136 net/llc: storing negative error codes in unsigned short by Dan Carpenter · 14 years ago
  65. e443e38 MAINTAINERS: move atlx discussions to netdev by Chris Snook · 14 years ago
  66. 49c37c0 drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  67. 4446718 drivers/net/eql.c: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  68. 7011e66 drivers/net/usb/hso.c: prevent reading uninitialized memory by Dan Rosenberg · 14 years ago
  69. e71895a xfrm: dont assume rcu_read_lock in xfrm_output_one() by Eric Dumazet · 14 years ago
  70. 801e147 r8169: Handle rxfifo errors on 8168 chips by Matthew Garrett · 14 years ago
  71. 84176b7 3c59x: Remove atomic context inside vortex_{set|get}_wol by Denis Kirjanov · 14 years ago
  72. 01f83d6 tcp: Prevent overzealous packetization by SWS logic. by Alexey Kuznetsov · 14 years ago
  73. 6dcbc12 net: RPS needs to depend upon USE_GENERIC_SMP_HELPERS by David S. Miller · 14 years ago
  74. fddd910 phylib: fix PAL state machine restart on resume by Simon Guinot · 14 years ago
  75. ef885af net: use rcu_barrier() in rollback_registered_many by Eric Dumazet · 14 years ago
  76. ab12811 bonding: correctly process non-linear skbs by Andy Gospodarek · 14 years ago
  77. ee05d69 vhost-net: fix range checking in mrg bufs case by Michael S. Tsirkin · 14 years ago
  78. a89b476 ipv4: enable getsockopt() for IP_NODEFRAG by Michael Kerrisk · 14 years ago
  79. 7998156 ipv4: force_igmp_version ignored when a IGMPv3 query received by Bob Arendt · 14 years ago
  80. 3429769 ppp: potential NULL dereference in ppp_mp_explode() by Dan Carpenter · 14 years ago
  81. 339db11 net/llc: make opt unsigned in llc_ui_setsockopt() by Dan Carpenter · 14 years ago
  82. a505b3b sch_atm: Fix potential NULL deref. by David S. Miller · 14 years ago
  83. 053d8f6 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  84. c9cedbb ipheth: remove incorrect devtype to WWAN by Dan Williams · 14 years ago
  85. 201b6ba MAINTAINERS: Add CAIF by Joe Perches · 14 years ago
  86. 123031c sctp: fix test for end of loop by Joe Perches · 14 years ago
  87. e199e61 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  88. 972c40b KS8851: Correct RX packet allocation by Eric Dumazet · 14 years ago
  89. 719f835 udp: add rehash on connect() by Eric Dumazet · 14 years ago
  90. ae2688d net: blackhole route should always be recalculated by Jianzhao Wang · 14 years ago
  91. f6b085b ipv4: Suppress lockdep-RCU false positive in FIB trie (3) by Jarek Poplawski · 14 years ago
  92. ee9c5cf niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALL by Ben Hutchings · 14 years ago
  93. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  94. 64289c8 gro: Re-fix different skb headrooms by Jarek Poplawski · 14 years ago
  95. d56557a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  96. fa2925c Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  97. 98e52c3 Merge branch 'for-linus' of git://android.kernel.org/kernel/tegra by Linus Torvalds · 14 years ago
  98. add2b10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 14 years ago
  99. 3c5dff7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  100. dc6f962 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago