1. ec37a48 bnx2/bnx2x: Unsupported Ethtool operations should return -EINVAL. by Jesse Gross · 14 years ago
  2. 0988c4c vlan: Calling vlan_hwaccel_do_receive() is always valid. by Jesse Gross · 14 years ago
  3. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 9941fb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  5. 3b1a1ce Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6 by Patrick McHardy · 14 years ago
  6. cc6eb43 tproxy: use the interface primary IP address as a default value for --on-ip by Balazs Scheidler · 14 years ago
  7. b64c925 tproxy: added IPv6 support to the socket match by Balazs Scheidler · 14 years ago
  8. a5190b4 cxgb3: function namespace cleanup by stephen hemminger · 14 years ago
  9. 6ad7889 tproxy: added IPv6 support to the TPROXY target by Balazs Scheidler · 14 years ago
  10. 3b9afb2 tproxy: added IPv6 socket lookup function to nf_tproxy_core by Balazs Scheidler · 14 years ago
  11. cc4ce02 be2net: Changes to use only priority codes allowed by f/w by Somnath Kotur · 14 years ago
  12. 0a513f6 tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled by Balazs Scheidler · 14 years ago
  13. 6c46862 tproxy: added tproxy sockopt interface in the IPV6 layer by Balazs Scheidler · 14 years ago
  14. aa976fc tproxy: added udp6_lib_lookup function by Balazs Scheidler · 14 years ago
  15. 88440ae tproxy: added const specifiers to udp lookup functions by Balazs Scheidler · 14 years ago
  16. e97c3e2 tproxy: split off ipv6 defragmentation to a separate module by Balazs Scheidler · 14 years ago
  17. e83726b l2tp: small cleanup by Eric Dumazet · 14 years ago
  18. b0aeef3 nf_nat: restrict ICMP translation for embedded header by Julian Anastasov · 14 years ago
  19. 612eef4 can: mcp251x: fix generation of error frames by Marc Kleine-Budde · 14 years ago
  20. 5601b2d can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set by Marc Kleine-Budde · 14 years ago
  21. 1e55659 can-raw: add msg_flags to distinguish local traffic by Oliver Hartkopp · 14 years ago
  22. 32a875a 9p: client code cleanup by stephen hemminger · 14 years ago
  23. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  24. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  25. a0e0036 tipc: delete needless memset from bearer enabling. by Allan Stephens · 14 years ago
  26. 13eea19 drivers/net/ax88796.c: Return error code in failure by Julia Lawall · 14 years ago
  27. afed4cc b44: fix resume, request_irq after hw reset by James Hogan · 14 years ago
  28. 31b9c19 cxgb4: function namespace cleanup (v3) by stephen hemminger · 14 years ago
  29. b003f4e CAPI: Silence lockdep warning on get_capi_appl_by_nr usage by Jan Kiszka · 14 years ago
  30. 1e253c3 bridge: Forward reserved group addresses if !STP by Benjamin Poirier · 14 years ago
  31. a5c30b3 net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  32. db5a753 Revert d88dca79d3852a3623f606f781e013d61486828a by Neil Horman · 14 years ago
  33. 8c97443 Revert c6537d6742985da1fbf12ae26cde6a096fd35b5c by Neil Horman · 14 years ago
  34. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago
  35. d2ed817 net/core: Allow tagged VLAN packets to flow through VETH devices. by Ben Greear · 14 years ago
  36. be8c648 phy/marvell: fix 88e1121 support by Arnaud Patard · 14 years ago
  37. 27ab760 ixgbe: add a refcnt when turning on/off FCoE offload capability by Yi Zou · 14 years ago
  38. de1036b ixgbe: fix stats handling by Eric Dumazet · 14 years ago
  39. 3a338cb ixgbe: update copyright info by Emil Tantilov · 14 years ago
  40. e47dfcd jme: Advance version number by Guo-Fu Tseng · 14 years ago
  41. 334fbbb jme: Adding mii-tool support by Guo-Fu Tseng · 14 years ago
  42. ea192aa jme: Prevent possible read re-order error by Guo-Fu Tseng · 14 years ago
  43. 3ee9401 jme: Add comment in jme_set_settings by Guo-Fu Tseng · 14 years ago
  44. c8a8684 jme: Fix PHY power-off error by Guo-Fu Tseng · 14 years ago
  45. 6006db8 tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4() by Balazs Scheidler · 14 years ago
  46. 106e4c2 tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tuple by Balazs Scheidler · 14 years ago
  47. 7bfc475 bonding: cleanup: remove braces from single block statements by Bandan Das · 14 years ago
  48. 128ea6c bonding: cleanup : add space around operators by Bandan Das · 14 years ago
  49. 7453da8 Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  50. f4e8ab7 smsc95xx: generate random MAC address once, not every ifup by Bernard Blackham · 14 years ago
  51. fdb246f bnx2: Increase max rx ring size from 1K to 2K by Michael Chan · 14 years ago
  52. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  53. 26d8ee7 bonding: make release_and_destroy static by stephen hemminger · 14 years ago
  54. 1c4c40c xfrm: make xfrm_bundle_ok local by stephen hemminger · 14 years ago
  55. 8d8a0b1 rtnetlink: remove rtnl_kill_links by stephen hemminger · 14 years ago
  56. 6f747ac xfrm6: make xfrm6_tunnel_free_spi local by stephen hemminger · 14 years ago
  57. 191cc68 pch_gbe: make local functions static by stephen hemminger · 14 years ago
  58. ae316bb vmxnet3: make bit twiddle routines inline by stephen hemminger · 14 years ago
  59. 379b738 bonding: make bond_resend_igmp_join_requests_delayed static by stephen hemminger · 14 years ago
  60. d215697 sfc: make functions static by stephen hemminger · 14 years ago
  61. d028023 bridge: make br_parse_ip_options static by stephen hemminger · 14 years ago
  62. 11165f1 socket: localize functions by stephen hemminger · 14 years ago
  63. 7e12bb0 netxen: make local function static. by stephen hemminger · 14 years ago
  64. 9b0c290 fib: introduce fib_alias_accessed() helper by Eric Dumazet · 14 years ago
  65. 7b5edbc net/sched: fix missing spinlock init by Eric Dumazet · 14 years ago
  66. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  67. 3233759 ipvs: inherit forwarding method in backup by Julian Anastasov · 14 years ago
  68. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  69. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  70. f5a4184 ipvs: move ip_route_me_harder for ICMP by Julian Anastasov · 14 years ago
  71. 1ca5bb5 ipvs: create ip_vs_defrag_user by Julian Anastasov · 14 years ago
  72. 4256f1a ipvs: fix CHECKSUM_PARTIAL for TUN method by Julian Anastasov · 14 years ago
  73. 489fded ipvs: stop ICMP from FORWARD to local by Julian Anastasov · 14 years ago
  74. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  75. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  76. 8b27b10 ipvs: optimize checksums for apps by Julian Anastasov · 14 years ago
  77. 5bc9068 ipvs: fix CHECKSUM_PARTIAL for TCP, UDP by Julian Anastasov · 14 years ago
  78. d827d86 r8169: print errors when dma mapping fail by Stanislaw Gruszka · 14 years ago
  79. fccec10 r8169: (re)init phy on resume by Stanislaw Gruszka · 14 years ago
  80. 323bb68 r8169: changing mtu clean up by Stanislaw Gruszka · 14 years ago
  81. cac4b22 r8169: do not account fragments as packets by Stanislaw Gruszka · 14 years ago
  82. 48addcc r8169: use pointer to struct device as local variable by Stanislaw Gruszka · 14 years ago
  83. 231aee6 r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICE by Stanislaw Gruszka · 14 years ago
  84. 0ecbe1c r8169: init rx ring cleanup by Stanislaw Gruszka · 14 years ago
  85. 3eafe50 r8169: check dma mapping failures by Stanislaw Gruszka · 14 years ago
  86. 9bcc089 bnx2x: Update bnx2x to use new vlan accleration. by Hao Zheng · 14 years ago
  87. f62bbb5 ixgbe: Update ixgbe to use new vlan accleration. by Jesse Gross · 14 years ago
  88. 7d0fd21 bnx2: Update bnx2 to use new vlan accleration. by Jesse Gross · 14 years ago
  89. 361ff8a bridge: Add support for TX vlan offload. by Jesse Gross · 14 years ago
  90. d5dbda2 ethtool: Add support for vlan accleration. by Jesse Gross · 14 years ago
  91. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  92. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  93. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  94. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  95. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  96. 1393791 ebtables: Allow filtering of hardware accelerated vlan frames. by Jesse Gross · 14 years ago
  97. 53c9053 enic: Fix log message by Vasanthy Kolluri · 14 years ago
  98. d058590 enic: Change min MTU by Vasanthy Kolluri · 14 years ago
  99. 2db77e0 enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAIT by Vasanthy Kolluri · 14 years ago
  100. c76fd32 enic: Make firmware cognizant of the user set mac address by Vasanthy Kolluri · 14 years ago