aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün6-50/+39
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün6-91/+99
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün6-32/+17
2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün1-1/+22
2017-02-10Merge branch 'netronome-NFP4000-and-NFP6000-PF-driver'David S. Miller33-194/+8794
2017-02-10nfp: add the PF driverJakub Kicinski5-23/+970
2017-02-10nfp: allocate irqs in lower driverJakub Kicinski3-99/+140
2017-02-10nfp: add port layer to debugfs directoriesJakub Kicinski3-18/+43
2017-02-10nfp: add support for service processor accessJakub Kicinski7-0/+799
2017-02-10nfp: add rtsym supportJakub Kicinski5-0/+353
2017-02-10nfp: add MIP reading supportJakub Kicinski3-0/+185
2017-02-10nfp: add support for reading nffw infoJakub Kicinski3-0/+375
2017-02-10nfp: add hwinfo supportJakub Kicinski5-0/+341
2017-02-10nfp: add support for resourcesJakub Kicinski4-0/+433
2017-02-10nfp: add CPP access coreJakub Kicinski10-0/+4987
2017-02-10nfp: rename the driver and add new main fileJakub Kicinski8-57/+160
2017-02-10bitfield.h: add FIELD_FIT() helperJakub Kicinski2-2/+13
2017-02-10Merge branch 'devlink-small-cleanups'David S. Miller2-26/+34
2017-02-10devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko1-7/+9
2017-02-10devlink: use nla_put_failure goto label instead of outJiri Pirko1-6/+6
2017-02-10devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko1-5/+5
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko2-11/+17
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller34-843/+559
2017-02-10net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk1-2/+0
2017-02-10Merge branch 'dsa-phy-include'David S. Miller15-7/+18
2017-02-10net: dsa: remove unnecessary phy*.h includesRussell King2-2/+4
2017-02-10net: ath5k: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-1/+1
2017-02-10net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King3-0/+3
2017-02-10MIPS: Octeon: Remove unnecessary MODULE_*()Russell King1-4/+0
2017-02-10iscsi: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: fman: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-10Merge tag 'wireless-drivers-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller122-3541/+4689
2017-02-10spectrum: flower: Treat ETH_P_ALL as a special case and translate for HWJiri Pirko1-3/+10
2017-02-10Merge branch 'net-checkpatch'David S. Miller1-122/+137
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding1-0/+13
2017-02-10net: Fix checkpatch block comments warningstcharding1-32/+33
2017-02-10net: Fix checkpatch whitespace errorstcharding1-19/+20
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding1-71/+71
2017-02-10Merge branch 'act_pedit-relative-offset'David S. Miller4-17/+245
2017-02-10net/act_pedit: Introduce 'add' operationAmir Vadai3-4/+35
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai3-16/+208
2017-02-10net/skbuff: Introduce skb_mac_offset()Amir Vadai1-0/+5