summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-05qed: Add bitmaps for VF CIDsMintz, Yuval2-74/+202
2017-06-05Merge branch 'skb-sgvec-overflow'David S. Miller9-54/+116
2017-06-05virtio_net: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+7
2017-06-05macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+11
2017-06-05rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-06-05ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld4-18/+38
2017-06-05skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2-27/+46
2017-06-05Merge branch 'bpf-Add-BPF-support-to-all-perf_event'David S. Miller10-120/+290
2017-06-05bpf: update perf event helper functions documentationTeng Qin2-8/+14
2017-06-05samples/bpf: add tests for more perf event typesTeng Qin4-56/+228
2017-06-05perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov4-56/+48
2017-06-05neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan3-11/+54
2017-06-05net: phy: smsc: Implement PHY statisticsAndrew Lunn1-0/+72
2017-06-05Merge branch 'dsa-Fixes-for-mv88e6161'David S. Miller1-6/+6
2017-06-05net: dsa: mv88e6xxx: mv88e6161 uses mv88e6320 stats snapshotAndrew Lunn1-2/+2
2017-06-05net: dsa: mv88e6xxx: 6161 uses global 2 for PHY accessAndrew Lunn1-4/+4
2017-06-05Merge branch 'dsa-mv88e6xxx-move-registers-macros'David S. Miller15-941/+944
2017-06-05net: dsa: mv88e6xxx: move the Global 2 macrosVivien Didelot3-103/+103
2017-06-05net: dsa: mv88e6xxx: move the Global 1 macrosVivien Didelot3-141/+142
2017-06-05net: dsa: mv88e6xxx: move the Port macrosVivien Didelot2-160/+160
2017-06-05net: dsa: mv88e6xxx: move PHY macrosVivien Didelot2-4/+3
2017-06-05net: dsa: mv88e6xxx: rename chip headerVivien Didelot13-16/+19
2017-06-05Merge branch 'dsa-cleanups-before-multi-CPU-port'David S. Miller5-75/+66
2017-06-05net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli2-19/+16
2017-06-05net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-05net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli4-8/+10
2017-06-05rxrpc: remove redundant proc_remove callColin Ian King1-1/+0
2017-06-05dccp: consistently use dccp_write_space()Eric Dumazet1-1/+0
2017-06-05net: phy: marvell: make some functions staticColin Ian King1-3/+3
2017-06-05netxen: remove writeq/readq function definitionsLABBE Corentin1-14/+1
2017-06-05net-procfs: Use vsnprintf extension %phNJoe Perches1-9/+4
2017-06-05mdio: mux: make child bus walking more permissive and errors more verboseJon Mason1-7/+17
2017-06-05Merge branch 'net-dissection-and-matching-on-tos-and-ttl'David S. Miller5-3/+138
2017-06-05net/mlx5e: Offload TC matching on ip tos / traffic-classOr Gerlitz1-1/+25
2017-06-05net/mlx5e: Offload TC matching on tcp flagsOr Gerlitz1-1/+21
2017-06-05net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz2-2/+42
2017-06-05net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2-0/+51
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet1-4/+2
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng1-1/+3
2017-06-02bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng1-0/+1
2017-06-02net: phy: use of_mdio_parse_addrJon Mason1-13/+2
2017-06-02tcp: use TS opt on RTTs for congestion controlYuchung Cheng1-7/+8
2017-06-02liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla3-12/+10
2017-06-02tools: hv: set hotplug for VF on Susesixiao@microsoft.com1-1/+5
2017-06-02tools: hv: set allow-hotplug for VF on Ubuntusixiao@microsoft.com1-2/+4
2017-06-02liquidio: VF interrupt initialization cleanupRick Farrington2-12/+17
2017-06-02cxgb4: fix incorrect cim_la output for T6Ganesh Goudar1-1/+10
2017-06-02Merge branch 'sctp-improve-asoc-streams-management'David S. Miller10-91/+78
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long4-26/+17
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long10-69/+65