aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-19udp: include addrconf.hEric Dumazet1-0/+1
2016-08-19tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-08-19ibmvnic: Handle backing device failover and reinitializationThomas Falcon2-2/+34
2016-08-19net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-19Merge branch 'rhash-raw-walkers-remove-part-1'David S. Miller4-61/+103
2016-08-19netlink: Use rhashtable walk interface in diag dumpHerbert Xu1-30/+73
2016-08-19MAINTAINERS: Add extra rhashtable maintainerHerbert Xu1-0/+1
2016-08-19rhashtable: 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-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519
2016-08-18cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin1-3/+3
2016-08-18Merge branch 'bpf-next'David S. Miller4-12/+204
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2-5/+11
2016-08-18bpf: enable event output helper also for xdp typesDaniel Borkmann1-1/+41
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann3-4/+150
2016-08-18bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann1-2/+2
2016-08-18tipc: add peer removal functionalityRichard Alpe5-0/+72
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-08-18net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki1-1/+2
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki5-1/+66
2016-08-18net: ethernet: nuvoton: fix spelling mistake: "aligment" -> "alignment"Colin Ian King1-1/+1
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-08-18sfc: avoid division by zeroEdward Cree1-1/+0
2016-08-18tcp: defer sacked assignmentEric Dumazet1-1/+2
2016-08-18Merge branch 'bridge-vlan-stats-with-flags'David S. Miller2-76/+41
2016-08-18net: bridge: export vlan flags with the statsNikolay Aleksandrov2-1/+2
2016-08-18net: bridge: consolidate bridge and port linkxstats callsNikolay Aleksandrov1-75/+39
2016-08-18Merge branch 'flow-dissector-vlan-tag'David S. Miller8-36/+144
2016-08-18net_sched: act_vlan: Add priority optionHadar Hen Zion3-2/+13
2016-08-18net_sched: flower: Add vlan supportHadar Hen Zion2-3/+70
2016-08-18net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion1-15/+13
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion3-12/+26
2016-08-18flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion1-8/+26
2016-08-18Merge branch 'qed-link-fixes'David S. Miller2-6/+8
2016-08-18qede: Fix forcing high speedsYuval Mintz1-2/+2
2016-08-18qed*: Fix pause settingYuval Mintz2-4/+6
2016-08-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-2/+452
2016-08-18ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov2-10/+8
2016-08-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2-7/+5
2016-08-18ixgbe: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang4-7/+92
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang4-6/+101
2016-08-18igb: add support of RX network flow classificationGangfeng Huang3-0/+270
2016-08-18Merge branch 'qdisc-hash-fixes'David S. Miller1-3/+19
2016-08-18net: sched: avoid duplicates in qdisc dumpJiri Kosina1-4/+10