Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | napi: unexport napi_reuse_skb | stephen hemminger | 2 | -4/+1 |
2010-10-21 | tipc: delete needless memset from bearer enabling. | Allan Stephens | 1 | -2/+0 |
2010-10-21 | drivers/net/ax88796.c: Return error code in failure | Julia Lawall | 1 | -0/+1 |
2010-10-21 | b44: fix resume, request_irq after hw reset | James Hogan | 1 | -5/+14 |
2010-10-21 | cxgb4: function namespace cleanup (v3) | stephen hemminger | 6 | -455/+3 |
2010-10-21 | CAPI: Silence lockdep warning on get_capi_appl_by_nr usage | Jan Kiszka | 1 | -5/+14 |
2010-10-21 | bridge: Forward reserved group addresses if !STP | Benjamin Poirier | 1 | -1/+1 |
2010-10-21 | net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay... | Tejun Heo | 1 | -2/+1 |
2010-10-21 | phy/marvell: fix 88e1121 support | Arnaud Patard | 1 | -12/+19 |
2010-10-21 | ixgbe: add a refcnt when turning on/off FCoE offload capability | Yi Zou | 2 | -0/+7 |
2010-10-21 | ixgbe: fix stats handling | Eric Dumazet | 3 | -16/+56 |
2010-10-21 | ixgbe: update copyright info | Emil Tantilov | 4 | -4/+4 |
2010-10-21 | jme: Advance version number | Guo-Fu Tseng | 2 | -1/+3 |
2010-10-21 | jme: Adding mii-tool support | Guo-Fu Tseng | 1 | -1/+33 |
2010-10-21 | jme: Prevent possible read re-order error | Guo-Fu Tseng | 1 | -0/+1 |
2010-10-21 | jme: Add comment in jme_set_settings | Guo-Fu Tseng | 1 | -3/+6 |
2010-10-21 | jme: Fix PHY power-off error | Guo-Fu Tseng | 1 | -4/+18 |
2010-10-21 | bonding: cleanup: remove braces from single block statements | Bandan Das | 1 | -91/+72 |
2010-10-21 | bonding: cleanup : add space around operators | Bandan Das | 1 | -44/+67 |
2010-10-21 | Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y | Tracey Dent | 1 | -1/+1 |
2010-10-21 | smsc95xx: generate random MAC address once, not every ifup | Bernard Blackham | 1 | -2/+2 |
2010-10-21 | bnx2: Increase max rx ring size from 1K to 2K | Michael Chan | 1 | -2/+2 |
2010-10-21 | net_sched: remove the unused parameter of qdisc_create_dflt() | Changli Gao | 13 | -41/+28 |
2010-10-21 | bonding: make release_and_destroy static | stephen hemminger | 2 | -3/+2 |
2010-10-21 | xfrm: make xfrm_bundle_ok local | stephen hemminger | 2 | -5/+4 |
2010-10-21 | rtnetlink: remove rtnl_kill_links | stephen hemminger | 2 | -9/+0 |
2010-10-21 | xfrm6: make xfrm6_tunnel_free_spi local | stephen hemminger | 2 | -4/+1 |
2010-10-21 | pch_gbe: make local functions static | stephen hemminger | 3 | -15/+17 |
2010-10-21 | vmxnet3: make bit twiddle routines inline | stephen hemminger | 2 | -20/+14 |
2010-10-21 | bonding: make bond_resend_igmp_join_requests_delayed static | stephen hemminger | 1 | -1/+1 |
2010-10-21 | sfc: make functions static | stephen hemminger | 12 | -41/+26 |
2010-10-21 | bridge: make br_parse_ip_options static | stephen hemminger | 1 | -1/+1 |
2010-10-21 | socket: localize functions | stephen hemminger | 2 | -4/+4 |
2010-10-21 | netxen: make local function static. | stephen hemminger | 3 | -37/+16 |
2010-10-21 | fib: introduce fib_alias_accessed() helper | Eric Dumazet | 4 | -3/+12 |
2010-10-21 | net/sched: fix missing spinlock init | Eric Dumazet | 1 | -0/+2 |
2010-10-21 | r8169: print errors when dma mapping fail | Stanislaw Gruszka | 1 | -3/+13 |
2010-10-21 | r8169: (re)init phy on resume | Stanislaw Gruszka | 1 | -0/+5 |
2010-10-21 | r8169: changing mtu clean up | Stanislaw Gruszka | 1 | -41/+6 |
2010-10-21 | r8169: do not account fragments as packets | Stanislaw Gruszka | 1 | -5/+3 |
2010-10-21 | r8169: use pointer to struct device as local variable | Stanislaw Gruszka | 1 | -26/+25 |
2010-10-21 | r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICE | Stanislaw Gruszka | 1 | -7/+7 |
2010-10-21 | r8169: init rx ring cleanup | Stanislaw Gruszka | 1 | -30/+22 |
2010-10-21 | r8169: check dma mapping failures | Stanislaw Gruszka | 1 | -18/+48 |
2010-10-21 | bnx2x: Update bnx2x to use new vlan accleration. | Hao Zheng | 4 | -84/+27 |
2010-10-21 | ixgbe: Update ixgbe to use new vlan accleration. | Jesse Gross | 3 | -79/+74 |
2010-10-21 | bnx2: Update bnx2 to use new vlan accleration. | Jesse Gross | 2 | -73/+28 |
2010-10-21 | bridge: Add support for TX vlan offload. | Jesse Gross | 1 | -1/+7 |
2010-10-21 | ethtool: Add support for vlan accleration. | Jesse Gross | 2 | -1/+4 |
2010-10-21 | vlan: Centralize handling of hardware acceleration. | Jesse Gross | 5 | -140/+48 |