summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-132-1/+7
* ixgbevf: fix possible use of uninitialized variableEmil Tantilov2012-11-131-1/+2
* ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski2012-11-131-13/+13
* ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0
* ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明2012-11-121-2/+1
* r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov2012-11-111-3/+2
* r8169: remove unused macros.Dayanidhi Sreenivasan2012-11-111-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111031-11577/+14455
|\
| * gre6: fix rtnl dump messagesNicolas Dichtel2012-11-091-4/+4
| * gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
| * usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning2012-11-091-3/+5
| * ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-091-2/+1
| * net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge2012-11-081-1/+2
| * usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge2012-11-081-1/+2
| * cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-081-1/+1
| * isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones2012-11-083-6/+2
| * cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4
| * af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
| * pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
| * net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov2012-11-041-1/+4
| * net: bnx2x: Fix typo in bnx2x driverMasanari Iida2012-11-032-3/+3
| * smsc95xx: fix tx checksum offload for big endianSteve Glendinning2012-11-031-0/+1
| * rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend2012-11-031-1/+2
| * ptp: update adjfreq callback descriptionJacob Keller2012-11-031-1/+2
| * r8169: allow multicast packets on sub-8168f chipset.Nathan Walp2012-11-031-0/+3
| * r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois2012-11-031-0/+2
| * drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-035-9/+9
| * tipc: do not use tasklet_disable before tasklet_killXiaotian Feng2012-11-031-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-0327-129/+320
| |\
| | * tcp-repair: Handle zero-length data put in rcv queuePavel Emelyanov2012-11-031-0/+3
| | * vmxnet3: must split too big fragmentsEric Dumazet2012-11-031-20/+45
| | * l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-031-0/+1
| | * cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-031-10/+0
| | * drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-031-0/+1
| | * drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-031-0/+1
| | * bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov2012-11-031-1/+2
| | * tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov2012-11-011-1/+1
| | * net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-011-3/+5
| | * net: sctp: Fix typo in net/sctpMasanari Iida2012-11-011-1/+1
| | * bonding: fix second off-by-one errornikolay@redhat.com2012-11-011-1/+1
| | * bonding: fix off-by-one errornikolay@redhat.com2012-11-011-1/+1
| | * bnx2x: Disable FCoE for 57840 since not yet supported by FWDmitry Kravkov2012-11-011-1/+9
| | * bnx2x: Fix no link on 577xx 10G-baseTYaniv Rosner2012-11-011-0/+5
| | * bnx2x: Fix unrecognized SFP+ module after driver is loadedYaniv Rosner2012-11-011-7/+15
| | * bnx2x: Fix potential incorrect link speed provisionYaniv Rosner2012-11-011-10/+12
| | * bnx2x: Restore global registers back to default.Yaniv Rosner2012-11-011-22/+56
| | * bnx2x: Fix link down in 57712 following LFAYaniv Rosner2012-11-011-5/+18
| | * bnx2x: Fix 57810 1G-KR link against certain switches.Yaniv Rosner2012-11-011-2/+8
| | * ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
| | * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-10-319-39/+122
| | |\