summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang9-85/+35
2012-11-13ARM: net: bpf_jit_32: add VLAN instructions for BPF JITDaniel Borkmann1-0/+14
2012-11-13ARM: net: bpf_jit_32: add XOR instruction for BPF JITDaniel Borkmann2-5/+12
2012-11-13bnx2x: Add static declaration to several functionsMerav Sicron2-15/+15
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa4-0/+17
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2-0/+101
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck1-25/+22
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2-33/+45
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin3-11/+197
2012-11-13igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2-0/+9
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose2-13/+13
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2-1/+7
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov1-1/+2
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski1-13/+13
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck1-1/+0
2012-11-12ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-11r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov1-3/+2
2012-11-11r8169: remove unused macros.Dayanidhi Sreenivasan1-5/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1031-11577/+14455
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel2-0/+60
2012-11-09sit: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel2-1/+67
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-09isdn: Fix typo in drivers/isdnMasanari Iida6-6/+6
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng1-1/+4
2012-11-09gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil1-6/+8
2012-11-09virtio_net: use net_*_ratelimited() helpersAmerigo Wang1-8/+4
2012-11-09vmxnet3: convert BUG_ON(true) into a simple BUG()Sasha Levin1-1/+1
2012-11-09ipip: add GSO supportEric Dumazet1-0/+12
2012-11-09usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning1-3/+5
2012-11-09doc: packet_mmap: update doc to implementation statusDaniel Borkmann1-24/+209
2012-11-09phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler2-0/+23
2012-11-09Make the wanxl firmware array constDavid Howells1-1/+1
2012-11-09Fix the wanxl firmware to include missing constantsDavid Howells3-1/+5
2012-11-09UAPI: (Scripted) Disintegrate include/linux/hdlcDavid Howells3-3/+3
2012-11-09UAPI: Fix compilation of the wanxl firmware blob.David Howells1-1/+1
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-08netconsole: add oops_only module optionAmerigo Wang1-0/+6
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-08irda: sh-irda: Remove SH7377 supportNobuhiro Iwamatsu1-4/+0
2012-11-08irda: sh-irda: Remove SH7367 supportNobuhiro Iwamatsu1-1/+1
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2-17/+2
2012-11-07net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge1-1/+2
2012-11-07usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge1-1/+2
2012-11-07Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller22-55/+1682
2012-11-07ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-07cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-07ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-07isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones3-6/+2