1. 8ad2475 ipv4, ping: Remove duplicate icmp.h include by Jesper Juhl · 14 years ago
  2. c82b9d7 netxen: fix race in skb->len access by Eric Dumazet · 14 years ago
  3. 44da29d sgi-xp: fix a use after free by Eric Dumazet · 14 years ago
  4. 658924d hp100: fix an skb->len race by Eric Dumazet · 14 years ago
  5. 00ce2d5 Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 by David S. Miller · 14 years ago
  6. cefa999 netpoll: copy dev name of slaves to struct netpoll by WANG Cong · 14 years ago
  7. 9aa3c94 ipv4: fix multicast losses by Eric Dumazet · 14 years ago
  8. 3744100 r8169: fix static initializers. by Francois Romieu · 14 years ago
  9. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 14 years ago
  10. 2f9381e gigaset: call module_put before restart of if_open() by Pavel Shved · 14 years ago
  11. d0fd64c farsync: add module_put to error path in fst_open() by Pavel Shved · 14 years ago
  12. 1eddcea net: rfs: enable RFS before first data packet is received by Eric Dumazet · 14 years ago
  13. cab758e fs_enet: fix freescale FCC ethernet dp buffer alignment by Clive Stubbings · 14 years ago
  14. 82362cc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 14 years ago
  15. 118133e netdev: bfin_mac: fix memory leak when freeing dma descriptors by Sonic Zhang · 14 years ago
  16. e3cb78c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support by Antoine Reversat · 14 years ago
  17. a1b7f85 caif: Bugfix - XOFF removed channel from caif-mux by sjur.brandeland@stericsson.com · 14 years ago
  18. bebd097 tun: teach the tun/tap driver to support netpoll by Neil Horman · 14 years ago
  19. ae6e86b dp83640: drop PHY status frames in the driver. by Richard Cochran · 14 years ago
  20. 2331038 dp83640: fix phy status frame event parsing by Richard Cochran · 14 years ago
  21. f1dc045 phylib: Allow BCM63XX PHY to be selected only on BCM63XX. by Ralf Baechle · 14 years ago
  22. e6539e2 ppp: use PPP_TRANS instead of the magic number 0x20 by Changli Gao · 14 years ago
  23. d3ab6fd MAINTAINERS: Update EBTABLES mailing list by Joe Perches · 14 years ago
  24. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  25. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  26. d402612 net/usb: Add Samsung Kalmia driver for Samsung GT-B3730 by Marius B. Kotsbak · 14 years ago
  27. 3009adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  28. 42c1edd netfilter: nf_nat: avoid double seq_adjust for loopback by Julian Anastasov · 14 years ago
  29. 2c38de4 netfilter: fix looped (broad|multi)cast's MAC handling by Nicolas Cavallari · 14 years ago
  30. db898aa netfilter: ipt_ecn: fix inversion for IP header ECN match by Patrick McHardy · 14 years ago
  31. 58d5a02 netfilter: ipt_ecn: fix protocol check in ecn_mt_check() by Patrick McHardy · 14 years ago
  32. 63f6fe9 netfilter: ip_tables: fix compile with debug by Sebastian Andrzej Siewior · 14 years ago
  33. 122c4f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6 by Patrick McHardy · 14 years ago
  34. 3373b28 mwl8k: Tell firmware to generate CCMP header by Nishant Sarmukadam · 14 years ago
  35. a7b2116 mwifiex: Fixing NULL pointer dereference by Yogesh Ashok Powar · 14 years ago
  36. 9281b2a net/hplance: hplance_init() should be __devinit by Geert Uytterhoeven · 14 years ago
  37. 1ffde03 3c503: fix broken IRQ autoprobing by Ondrej Zary · 14 years ago
  38. b9cabe5 ieee802154: Don't leak memory in ieee802154_nl_fill_phy by Jesper Juhl · 14 years ago
  39. 8f4e0a1 IPVS netns exit causes crash in conntrack by Hans Schillstrom · 14 years ago
  40. 84860c7 ISDN, hfcsusb: Don't leak in hfcsusb_ph_info() by Jesper Juhl · 14 years ago
  41. 83fe32d netpoll: call dev_put() on error in netpoll_setup() by Dan Carpenter · 14 years ago
  42. f1c089e net: ep93xx_eth: fix DMA API violations by Mika Westerberg · 14 years ago
  43. 1f758a4 net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent() by Mika Westerberg · 14 years ago
  44. 3247a1f net: ep93xx_eth: allocate buffers using kmalloc() by Mika Westerberg · 14 years ago
  45. fc9b491 net: ep93xx_eth: pass struct device to DMA API functions by Mika Westerberg · 14 years ago
  46. fa70cf4 ep93xx: set DMA masks for the ep93xx_eth by Mika Westerberg · 14 years ago
  47. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 14 years ago
  48. 06866bf dl2k: EEPROM CRC calculation wrong endianess on bigendian machine by Daniel Hellstrom · 14 years ago
  49. f777737 NET: am79c961: fix assembler warnings by Russell King - ARM Linux · 14 years ago
  50. bfc6501 NET: am79c961: ensure multicast filter is correctly set at open by Russell King - ARM Linux · 14 years ago
  51. d814dee NET: am79c961: ensure asm() statements are marked volatile by Russell King - ARM Linux · 14 years ago
  52. d6124ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 14 years ago
  53. 7f4f057 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 14 years ago
  54. 26e7acf Bluetooth: Do not ignore errors returned from strict_strtol() by David Miller · 14 years ago
  55. 0da67be Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 14 years ago
  56. b4c8cc8 ethtool.h: fix typos by Yegor Yefremov · 14 years ago
  57. 5587912 ep93xx_eth: Update MAINTAINERS by H Hartley Sweeten · 14 years ago
  58. 96d7303 ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data by Steffen Klassert · 14 years ago
  59. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 14 years ago
  60. e23535c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 14 years ago
  61. 0c1ad04 netpoll: prevent netpoll setup on slave devices by WANG Cong · 14 years ago
  62. fe6fe79 net: pmtu_expires fixes by Eric Dumazet · 14 years ago
  63. 6c43e04 gianfar:localized filer table by Wu Jiajun-B06378 · 14 years ago
  64. 51e6525 iwlegacy: fix channel switch locking by Stanislaw Gruszka · 14 years ago
  65. f3209be mac80211: fix IBSS teardown race by Johannes Berg · 14 years ago
  66. 43e4e0b iwlagn: send tx power command if defer cause by RXON not match by Wey-Yi Guy · 14 years ago
  67. e756682 xfrm: Fix off by one in the replay advance functions by Steffen Klassert · 14 years ago
  68. 665c8c8 igb: fix i350 SR-IOV failture by Williams, Mitch A · 14 years ago
  69. 57a27e1 nl80211: fix overflow in ssid_len by Luciano Coelho · 14 years ago
  70. 6633d64 rtlwifi: Avoid modifying skbs that are resubmitted by Mike McCormack · 14 years ago
  71. 4fea2e0 rtlwifi: Fix logic in rx_interrupt by Mike McCormack · 14 years ago
  72. bb77f63 Revert "mac80211: stop queues before rate control updation" by John W. Linville · 14 years ago
  73. 264524d net: cpu offline cause napi stall by Heiko Carstens · 14 years ago
  74. 6407d74 bridge: provide a cow_metrics method for fake_ops by Alexander Holler · 14 years ago
  75. 13fcb7b af_packet: prevent information leak by Eric Dumazet · 14 years ago
  76. 79b3891 irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlock by David S. Miller · 14 years ago
  77. 3019de1 net: Rework netdev_drivername() to avoid warning. by David S. Miller · 14 years ago
  78. 5a079c3 net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs by Marcus Meissner · 14 years ago
  79. 2b22b1b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  80. 51892db iwl4965: set tx power after rxon_assoc by Stanislaw Gruszka · 14 years ago
  81. 3bb42a6 rt2x00: fix rmmod crash by Stanislaw Gruszka · 14 years ago
  82. 42b70a5 iwlagn: use cts-to-self protection on 5000 adapters series by Stanislaw Gruszka · 14 years ago
  83. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 14 years ago
  84. c111147 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 14 years ago
  85. 85fadea Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
  86. 5fb9fb1 net: fix smc91x.c device tree support by Grant Likely · 14 years ago
  87. d232b8d netfilter: use unsigned variables for packet lengths in ip[6]_queue. by Dave Jones · 14 years ago
  88. 88ed01d netfilter: nf_conntrack: fix ct refcount leak in l4proto->error() by Pablo Neira Ayuso · 14 years ago
  89. d9be76f netfilter: nf_nat: fix crash in nf_nat_csum by Julian Anastasov · 14 years ago
  90. b48e3c5 netfilter: ipset: Use the stored first cidr value instead of '1' by Jozsef Kadlecsik · 14 years ago
  91. fcbf128 netfilter: ipset: Fix return code for destroy when sets are in use by Jozsef Kadlecsik · 14 years ago
  92. afb523c ipvs: restore support for iptables SNAT by Julian Anastasov · 14 years ago
  93. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 14 years ago
  94. 374eeb5 bonding: reset queue mapping prior to transmission to physical device (v5) by Neil Horman · 14 years ago
  95. 5b446c6 qlcnic: Avoid double free of skb in tx path by Sucheta Chakraborty · 14 years ago
  96. 54ff502 qlcnic: Fix bug in FW queue dump by Anirban Chakraborty · 14 years ago
  97. b8f07a0 fix return values of l2tp_dfs_seq_open() by Al Viro · 14 years ago
  98. c316e6a get_net_ns_by_fd() oopses if proc_ns_fget() returns an error by Al Viro · 14 years ago
  99. 23c79d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  100. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago