1. 498d8e2 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 13 years ago
  2. 40f5d72 dcbnl: unlock on an error path in dcbnl_cee_fill() by Dan Carpenter · 13 years ago
  3. 560040b skge/sky2: change config references to Marvell by stephen hemminger · 13 years ago
  4. 4ec8f0c sky2: version 1.29 by stephen hemminger · 13 years ago
  5. 4fb99cd sky2: support for new Optima chipsets (EXPERIMENTAL) by stephen hemminger · 13 years ago
  6. 8e11680 sky2: use correct Inter Packet Gap at 10/100mbit by stephen hemminger · 13 years ago
  7. aa5ca96 sky2: force receive checksum when using RSS on some hardware (v2) by stephen hemminger · 13 years ago
  8. 3f9aed7 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  9. a7f9bec batman-adv: request the full table if tt_crc doesn't match by Antonio Quartulli · 13 years ago
  10. 980d55b batman-adv: keep global table consistency in case of roaming by Antonio Quartulli · 13 years ago
  11. 058d0e2 batman-adv: keep local table consistency for further TT_RESPONSE by Antonio Quartulli · 13 years ago
  12. c8c991b batman-adv: initialise last_ttvn and tt_crc for the orig_node structure by Antonio Quartulli · 13 years ago
  13. 31817df packet: Fix build with INET disabled. by David S. Miller · 13 years ago
  14. afe62c6 af_packet: lock imbalance by Eric Dumazet · 13 years ago
  15. 68ac319 sky2: use GFP_KERNEL allocations at device setup by Eric Dumazet · 13 years ago
  16. 3c878d4 bnx2x: Add dcbnl notification by Shmulik Ravid · 13 years ago
  17. be0e1e7 lib/checksum.c: optimize do_csum a bit by Ian Abbott · 13 years ago
  18. 97bc363 macvtap: macvtapTX zero-copy support by Shirley Ma · 13 years ago
  19. a6686f2 skbuff: skb supports zero-copy buffers by Shirley Ma · 13 years ago
  20. 1cdebb4 sock.h: Add a new sock zero-copy flag by Shirley Ma · 13 years ago
  21. 380b153 gianfar v2: code cleanups by Sebastian Poehn · 13 years ago
  22. 2bda8a0 Disable router anycast address for /127 prefixes by Bjørn Mork · 13 years ago
  23. fa36612 rose: Delete commented out references to ancient firewalling code. by David S. Miller · 13 years ago
  24. 5a9d691 skge: update version by stephen hemminger · 13 years ago
  25. 57d6fa3 skge: make support for old Genesis chips optional by stephen hemminger · 13 years ago
  26. c074304 add pci-id for DGE-530T by stephen hemminger · 13 years ago
  27. 6f7d32f skge: cleanup pci id table by stephen hemminger · 13 years ago
  28. d804c6f net: doc: fix compile warning of no format arguments in ifenslave.c by Shan Wei · 13 years ago
  29. fa917ff net: fix warning of versioncheck by Shan Wei · 13 years ago
  30. aec2731 packet: Fix leak in pre-defrag support. by David S. Miller · 13 years ago
  31. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  32. 95ec3eb packet: Add 'cpu' fanout policy. by David S. Miller · 13 years ago
  33. 81b16ba veth: Kill unused tx_dropped by Eric Dumazet · 13 years ago
  34. 3600cda veth: Kill unused code label and code block. by David S. Miller · 13 years ago
  35. 5b7f762 dcbnl: Add CEE notification by Shmulik Ravid · 13 years ago
  36. 37cf4d1 dcbnl: Aggregated CEE GET operation by Shmulik Ravid · 13 years ago
  37. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  38. 7329f0d b44: Use pr_<level>_once and DRV_DESCRIPTION by Joe Perches · 13 years ago
  39. f9d7a11 net: Add GSO to vlan_features initialization by Shan Wei · 13 years ago
  40. 7736d33 packet: Add pre-defragmentation support for ipv4 fanouts. by David S. Miller · 13 years ago
  41. 595fc71 ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET. by David S. Miller · 13 years ago
  42. dc99f60 packet: Add fanout support. by David S. Miller · 13 years ago
  43. ce06b03 packet: Add helpers to register/unregister ->prot_hook by David S. Miller · 13 years ago
  44. 712ae51 net: vlan: enable soft features regardless of underlying device by Shan Wei · 13 years ago
  45. f8bae99 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  46. 5318d80 vmxnet3: fix starving rx ring whenoc_skb kb fails by Shreyas Bhatewara · 13 years ago
  47. 4466146 bridge: Always flood broadcast packets by Herbert Xu · 13 years ago
  48. 994635a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  49. 44c4349 batman-adv: Replace version info instead of appending them by Sven Eckelmann · 13 years ago
  50. b539e4c batman-adv: aggregation checks should use the primary_if pointer by Marek Lindner · 13 years ago
  51. 6a020ab batman-adv: broadcast primary OGM on all active hard-interfaces by Marek Lindner · 13 years ago
  52. ff66c97 batman-adv: pass a unique flag arg instead of a sequence of bool ones by Antonio Quartulli · 13 years ago
  53. 8698529 batman-adv: add_bcast_packet_to_list() takes the sending delay as parameter by Antonio Quartulli · 13 years ago
  54. 5fbc159 batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry by Antonio Quartulli · 13 years ago
  55. 7d09926 bnx2x: Fix warning message during 57712/8727 initialization by Yaniv Rosner · 13 years ago
  56. a89a1d4 bnx2x: Add autogrEEEn support by Yaniv Rosner · 13 years ago
  57. 0520e63 bnx2x: Fix BCM84833 initialization by Yaniv Rosner · 13 years ago
  58. 85242ee bnx2x: Fix false link indication at link partner when DAC is used by Yaniv Rosner · 13 years ago
  59. 985848f bnx2x: Reset PHY due to fan failure for 578xx by Yaniv Rosner · 13 years ago
  60. a34bc96 bnx2x: Add CL37 BAM for Warpcore by Yaniv Rosner · 13 years ago
  61. 52c4d6c bnx2x: Change BCM54616S to BCM54618SE by Yaniv Rosner · 13 years ago
  62. b8d6d08 bnx2x: PFC fixes by Yaniv Rosner · 13 years ago
  63. 9b9cfe7 greth: greth_set_mac_add would corrupt the MAC address. by Kristoffer Glembo · 13 years ago
  64. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  65. d4d2d28 net/wireless: ipw2x00: Use helpers from linux/etherdevice.h by Tobias Klauser · 13 years ago
  66. f8d4aa2 net: vxge: Use is_multicast_ether_addr helper by Tobias Klauser · 13 years ago
  67. d8ce2fc net: ewrk3: Use helpers from linux/etherdevice.h by Tobias Klauser · 13 years ago
  68. 2effca3 net: depca: Use helpers from linux/etherdevice.h by Tobias Klauser · 13 years ago
  69. abfc89c net: rionet: Use is_multicast_ether_addr by Tobias Klauser · 13 years ago
  70. 8bc3e1d net: iseries_veth: Use is_unicast_ether_addr helper by Tobias Klauser · 13 years ago
  71. 58d14d4 net: igb: Use is_multicast_ether_addr helper by Tobias Klauser · 13 years ago
  72. 29a40f0 net: de4x5: Use helpers from linux/etherdevice.h by Tobias Klauser · 13 years ago
  73. 3e714ad net: e1000e: Use is_multicast_ether_addr helper by Tobias Klauser · 13 years ago
  74. 6539fef Update documented default values for various TCP/UDP tunables by Max Matveev · 13 years ago
  75. a6e1204 Update description of net.sctp.sctp_rmem and net.sctp.sctp_wmem tunables by Max Matveev · 13 years ago
  76. 4924f44 b44: use dev_kfree_skb() in b44_tx() by Eric Dumazet · 13 years ago
  77. 113ced1 dccp ccid-2: Perform congestion-window validation by Gerrit Renker · 13 years ago
  78. 58fdea0 dccp ccid-2: Use existing function to test for data packets by Gerrit Renker · 13 years ago
  79. b4d5f4b dccp ccid-2: move rfc 3390 function into header file by Gerrit Renker · 13 years ago
  80. 1fd9d20 dccp: cosmetics of info message by Gerrit Renker · 13 years ago
  81. 8695e80 dccp: combine the functionality of enqeueing and cloning by Gerrit Renker · 13 years ago
  82. c0c2015 dccp: Clean up slow-path input processing by Gerrit Renker · 13 years ago
  83. 2fb83cd6 natsemi: silence dma-debug warnings by FUJITA Tomonori · 13 years ago
  84. 31fcb99 net: sh_eth: remove __flush_purge_region by Yoshihiro Shimoda · 13 years ago
  85. ee9c88f af_econet: Use current logging styles and neatening by Joe Perches · 13 years ago
  86. 2a49e00 netpoll: Remove wrapper function netpoll_poll by Joe Perches · 13 years ago
  87. 234b921 netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev by Joe Perches · 13 years ago
  88. 60b6770 net: 8139too: Initial necessary vlan_features to support vlan by Shan Wei · 13 years ago
  89. 5f77898 Fix call trace when interrupts are disabled while sleeping function kzalloc is called by Shyam Iyer · 13 years ago
  90. b4e4fe8 qlge:Version change to v1.00.00.29 by Jitendra Kalsaria · 13 years ago
  91. 5069ee5 qlge: Fix printk priority so chip fatal errors are always reported. by Jitendra Kalsaria · 13 years ago
  92. da92b39 qlge:Fix crash caused by mailbox execution on wedged chip. by Jitendra Kalsaria · 13 years ago
  93. b00897b xfrm4: Don't call icmp_send on local error by Steffen Klassert · 13 years ago
  94. c146066 ipv4: Don't use ufo handling on later transformed packets by Steffen Klassert · 13 years ago
  95. 12fdb4d xfrm: Remove family arg from xfrm_bundle_ok by Steffen Klassert · 13 years ago
  96. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 13 years ago
  97. 11d53b4 ipv6: Don't change dst->flags using assignments. by David S. Miller · 13 years ago
  98. 6e4e2f8 6pack,mkiss: fix lock inconsistency by Arnd Bergmann · 13 years ago
  99. aea54bc Merge branch 'for-next' of git://git2.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 13 years ago
  100. 3e878b8 net: rds: fix const array syntax by Greg Dietsche · 13 years ago