summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-20i40evf: report link speedMitch Williams3-12/+70
2016-08-20i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2-2/+4
2016-08-20i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller1-4/+17
2016-08-20i40e: fix broken i40e_config_rss_aq functionJacob Keller1-34/+23
2016-08-20i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller1-27/+27
2016-08-20net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-08-20qed: utilize FW 8.10.10.0Yuval Mintz14-725/+1375
2016-08-20Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller4-19/+15
2016-08-20Merge branch 'bcm_sf2-platform-dev'David S. Miller4-98/+189
2016-08-20net: dsa: bcm_sf2: Remove probing through old DSA bindingFlorian Fainelli1-15/+0
2016-08-20net: dsa: bcm_sf2: Use device managed helpersFlorian Fainelli1-23/+13
2016-08-20net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli2-61/+118
2016-08-20Documentation: dt: bindings: Update Broadcom 7445 switch documentFlorian Fainelli1-1/+44
2016-08-20net: dsa: Export suspend/resume functionsFlorian Fainelli2-2/+18
2016-08-20Merge branch 'mv88e6xxx-fix-wait'David S. Miller1-21/+11
2016-08-20dsa: mv88e6xxx: Make mv88e6xxx_wait() timeout verboseAndrew Lunn1-0/+1
2016-08-20dsa: mv88e6xxx: Use mv88e6xx_wait in mv88e6xxx_update()Andrew Lunn1-12/+4
2016-08-20dsa: mv88e6xxx: Timeout based on iterations, not timeAndrew Lunn1-9/+6
2016-08-20Merge branch 'phy-next'David S. Miller2-256/+259
2016-08-20net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn1-35/+35
2016-08-20net: phy: Sort Makefile and KconfigAndrew Lunn2-250/+253
2016-08-20net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet1-1/+2
2016-08-20udp: include addrconf.hEric Dumazet1-0/+1
2016-08-20tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-08-20ibmvnic: Handle backing device failover and reinitializationThomas Falcon2-2/+34
2016-08-20net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-20Merge branch 'rhash-raw-walkers-remove-part-1'David S. Miller4-61/+103
2016-08-20netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-08-20MAINTAINERS: Add extra rhashtable maintainerHerbert Xu1-0/+1
2016-08-20rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu2-31/+29
2016-08-19Merge branch 'cxgb-crypto'David S. Miller17-50/+3865
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai4-0/+26
2016-08-19chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519
2016-08-19cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-19cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-19atm: fore200e: Do not drop const qualifierLABBE Corentin1-3/+3
2016-08-19Merge branch 'bpf-next'David S. Miller4-12/+204
2016-08-19bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2-5/+11
2016-08-19bpf: enable event output helper also for xdp typesDaniel Borkmann1-1/+41
2016-08-19bpf: add bpf_skb_change_tail helperDaniel Borkmann3-4/+150
2016-08-19bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann1-2/+2
2016-08-19tipc: add peer removal functionalityRichard Alpe5-0/+72
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-08-19net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki1-1/+2
2016-08-19net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki5-1/+66
2016-08-19net: ethernet: nuvoton: fix spelling mistake: "aligment" -> "alignment"Colin Ian King1-1/+1
2016-08-19xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-08-19sfc: avoid division by zeroEdward Cree1-1/+0
2016-08-19tcp: defer sacked assignmentEric Dumazet1-1/+2
2016-08-19Merge branch 'bridge-vlan-stats-with-flags'David S. Miller2-76/+41