summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel3-6/+6
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel6-11/+7
2013-09-04bonding: drop read_lock in bond_compute_featuresnikolay@redhat.com1-7/+3
2013-09-04bonding: drop read_lock in bond_fix_featuresnikolay@redhat.com1-7/+3
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com2-8/+7
2013-09-04bonding: trivial: remove outdated comment and bracesnikolay@redhat.com1-5/+1
2013-09-04bonding: simplify and fix peer notificationnikolay@redhat.com1-15/+7
2013-09-04vhost_net: correctly limit the max pending buffersJason Wang1-11/+7
2013-09-04vhost_net: poll vhost queue after marking DMA is doneJason Wang1-4/+5
2013-09-04vhost_net: determine whether or not to use zerocopy at one timeJason Wang1-27/+20
2013-09-04vhost: switch to use vhost_add_used_n()Jason Wang1-42/+12
2013-09-04vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()Jason Wang1-5/+8
2013-09-04vhost_net: make vhost_zerocopy_signal_used() return voidJason Wang1-3/+2
2013-09-04net: sunhme: use pci_{get,set}_drvdata()Jingoo Han1-3/+3
2013-09-04net: tulip: use pci_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-04net: mdio-octeon: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-04net: sunhme: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-04net: emac: use platform_{get,set}_drvdata()Jingoo Han1-5/+5
2013-09-04wireless: scan: Remove comment to compare_ether_addrJoe Perches1-4/+0
2013-09-04batman: Remove reference to compare_ether_addrJoe Perches1-1/+1
2013-09-04llc: Use normal etherdevice.h testsJoe Perches4-38/+8
2013-09-04drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches11-30/+30
2013-09-04USB2NET : SR9700 : One chip USB 1.1 USB2NET SR9700Device Driver SupportLiu Junliang4-0/+742
2013-09-04be2net: set and query VEB/VEPA mode of the PF interfaceAjit Khaparde3-13/+108
2013-09-04net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-09-04gianfar: Fix reported number of sent bytes to BQLClaudiu Manoil2-8/+12
2013-09-04netconsole: avoid a crash with multiple sysfs writersDan Aloni1-1/+12
2013-09-04sh_eth: Enable Rx descriptor word 0 shift for r8a7790Kouei Abe1-0/+1
2013-09-04sh_eth: Fix cache invalidation omission of receive bufferKouei Abe1-0/+3
2013-09-04bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico2-5/+4
2013-09-04bonding: remove bond_vlan_used()Veaceslav Falico2-22/+2
2013-09-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller5-13/+82
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller241-2926/+5440
2013-09-04net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann1-5/+13
2013-09-04net: neighbour: Remove CONFIG_ARPDTim Gardner4-22/+0
2013-09-04virtio-net: Set RXCSUM feature if GUEST_CSUM is availableThomas Huth1-0/+2
2013-09-04Merge branch 'addr_assign_type'David S. Miller12-11/+26
2013-09-04staging: vt6655: inherit addr_assign_type along with dev_addrBjørn Mork3-3/+3
2013-09-04net: libertas: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: hostap: inherit addr_assign_type along with dev_addrBjørn Mork2-2/+2
2013-09-04net: airo: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: team: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: macvlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: etherdevice: add address inherit helperBjørn Mork1-0/+15
2013-09-03net: make snmp_mib_free static inlineCong Wang2-13/+11
2013-09-03vxlan: include net/ip6_checksum.h for csum_ipv6_magic()Cong Wang1-0/+1
2013-09-03vxlan: fix flowi6_proto valueCong Wang1-1/+1
2013-09-01Merge branch 'qlcnic'David S. Miller11-185/+535