summaryrefslogtreecommitdiffstats
path: root/include/net/genetlink.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-05genetlink: remove ops_list from genetlink header.Rosen, Rami1-1/+0
2017-06-05mlxsw: spectrum_router: Align RIF index allocation with existing codeIdo Schimmel1-12/+12
2017-06-05mlxsw: Fix typo inside enumerationIdo Schimmel2-4/+4
2017-06-05mlxsw: spectrum: Tidy up header fileIdo Schimmel1-22/+25
2017-06-05mlxsw: spectrum: Rename the firmware fileYotam Gigi1-1/+1
2017-06-05qede: VF XDP supportMintz, Yuval1-3/+31
2017-06-05qed: VF XDP supportMintz, Yuval4-7/+40
2017-06-05qed: VFs to try utilizing the doorbell barMintz, Yuval7-72/+231
2017-06-05qed: Multiple qzone queues for VFsMintz, Yuval7-35/+215
2017-06-05qed: IOV db support multiple queues per qzoneMintz, Yuval4-72/+123
2017-06-05qed: Make VF legacy a bitfieldMintz, Yuval3-21/+33
2017-06-05qed: Assign a unique per-queue index to queue-cidMintz, Yuval4-4/+88
2017-06-05qed: Pass vf_params when creating a queue-cidMintz, Yuval3-45/+95
2017-06-05qed*: L2 interface to use the SB structures directlyMintz, Yuval6-32/+52
2017-06-05qed: Create L2 queue databaseMintz, Yuval6-3/+133
2017-06-05qed: Add bitmaps for VF CIDsMintz, Yuval2-74/+202
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-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-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-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-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-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