summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: refactor VF reset flowMitch Williams2014-01-044-108/+99Star
* i40e: move i40e_reset_vfMitch Williams2014-01-041-128/+128
* i40e: Rx checksum offload for VXLANJoseph Gasparakis2014-01-043-28/+81
* i40e: Implementation of VXLAN ndo'sJeff Kirsher2014-01-047-1/+244
* i40e: fix curly brace use and return typeShannon Nelson2014-01-041-4/+3Star
* i40e: add wake-on-lan supportShannon Nelson2014-01-044-4/+56
* i40e: Populate and check pci bus speed and widthCatherine Sullivan2014-01-043-0/+68
* i40e: Suppress HMC error to Interrupt message levelAnjali Singhai Jain2014-01-041-9/+9
* i40e: using for_each_set_bit to simplify the codeWei Yongjun2014-01-041-52/+12Star
* pci_regs.h: Add PCI bus link speed and width definesJeff Kirsher2014-01-041-0/+5
* sh_eth: coding style fixesSergei Shtylyov2014-01-042-88/+75Star
* r8152: fix the wrong return valuehayeswang2014-01-041-1/+1
* smsc9420: use named constants for pci_power_t valuesJulia Lawall2014-01-041-1/+1
* Merge branch 'tunnel_dst_caching'David S. Miller2014-01-042-24/+116
|\
| * ipv4: Use percpu Cache route in IP tunnelsTom Herbert2014-01-042-14/+38
| * ipv4: Cache dst in tunnelsTom Herbert2014-01-042-24/+92
|/
* sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-041-6/+18
* net: tulip: delete useless tests on netdev_privJulia Lawall2014-01-041-6/+0Star
* net: revert "sched classifier: make cgroup table local"Cong Wang2014-01-031-1/+1
* sched classifier: make cgroup table localstephen hemminger2014-01-021-1/+1
* sched action: make local function staticstephen hemminger2014-01-022-8/+3Star
* mlx4_en: Only cycle port if HW timestamp config changesShawn Bohrer2014-01-021-0/+4
* mlx4_en: Add PTP hardware clockShawn Bohrer2014-01-024-8/+198
* ipv4: switch and case should be at the same indentWeilong Chen2014-01-021-15/+15
* ipv4: spaces required around that '='Weilong Chen2014-01-021-4/+4
* net: Cleanup in eth-netx.hSachin Kamat2014-01-021-4/+2Star
* hamradio: 6pack: fix error return codeJulia Lawall2014-01-021-1/+2
* net: fix error return codeJulia Lawall2014-01-021-7/+11
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-023-7/+7
* tipc: make the code look more readablewangweidong2014-01-021-5/+2Star
* tun, rfs: fix the incorrect hash valueZhi Yong Wu2014-01-021-1/+1
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2014-01-021-5/+10
* ipv6: namespace cleanupsstephen hemminger2014-01-024-43/+35Star
* net: core functions cleanupstephen hemminger2014-01-022-62/+26Star
* netlink: cleanup tap related functionsstephen hemminger2014-01-022-19/+1Star
* bonding: make more functions staticstephen hemminger2014-01-022-6/+3Star
* netlink: cleanup rntl_af_registerstephen hemminger2014-01-024-30/+5Star
* stmicro: make local variables staticstephen hemminger2014-01-023-6/+4Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-01-0224-1/+16142
|\
| * i40evf: A0 silicon specificGreg Rose2014-01-013-6/+36
| * i40evf: add driver to kernel build systemGreg Rose2014-01-015-1/+103
| * i40evf: init code and hardware supportGreg Rose2014-01-0111-0/+9868
| * i40evf: driver core headersGreg Rose2014-01-013-0/+689
| * i40evf: virtual channel interfaceGreg Rose2014-01-012-0/+1136
| * i40evf: core ethtool functionalityGreg Rose2014-01-011-0/+390
| * i40evf: transmit and receive functionalityGreg Rose2014-01-011-0/+1573
| * i40evf: main driver coreGreg Rose2014-01-011-0/+2353
* | Merge branch 'bonding'David S. Miller2014-01-025-87/+77Star
|\ \
| * | bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-021-2/+2
| * | bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2014-01-022-22/+16Star