summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-23hv_netvsc: Add handlers for ethtool get/set msg levelHaiyang Zhang1-0/+16
2018-05-23net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King4-10/+10
2018-05-23Merge branch 'udp-gso-fixes'David S. Miller5-7/+10
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn3-5/+6
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn2-2/+4
2018-05-23Merge branch 'net-sfp-small-improvements'David S. Miller2-15/+26
2018-05-23Documentation/bindings: net: the sfp i2c-bus property is now mandatoryAntoine Tenart1-2/+2
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart1-13/+15
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart1-0/+9
2018-05-23Merge branch 'nfp-abm-add-basic-support-for-advanced-buffering-NIC'David S. Miller24-112/+1193
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski5-7/+30
2018-05-23nfp: use split in naming of PCIe PF portsJakub Kicinski3-1/+11
2018-05-23nfp: abm: force Ethternet port upJakub Kicinski3-0/+18
2018-05-23nfp: abm: spawn port netdevsJakub Kicinski4-20/+225
2018-05-23nfp: add devlink_eswitch_mode_set callbackJakub Kicinski2-0/+22
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski1-1/+2
2018-05-23nfp: add app pointer to port representorsJakub Kicinski1-0/+2
2018-05-23nfp: abm: create project-specific vNIC structureJakub Kicinski6-4/+186
2018-05-23nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski6-0/+155
2018-05-23nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski1-50/+44
2018-05-23nfp: add shared buffer configurationJakub Kicinski6-1/+294
2018-05-23nfp: add support for per-PCI PF mailboxJakub Kicinski3-0/+173
2018-05-23nfp: move rtsym helpers to pf codeJakub Kicinski3-48/+51
2018-05-23Merge branch 'bpfilter'David S. Miller17-12/+503
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov13-0/+339
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov4-12/+164
2018-05-23netfilter: nf_tables: remove nft_af_info.Taehee Yoo1-2/+0
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski1-0/+16
2018-05-23rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita1-7/+20
2018-05-23rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita1-23/+24
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally4-1/+63
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel4-10/+59
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel3-48/+58
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior1-1/+9
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer6-15/+49
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg3327-51147/+115961
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso4-19/+132
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso6-38/+36
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso3-11/+19
2018-05-23netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso1-3/+72
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera1-1/+1
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal3-70/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal9-289/+232
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2-0/+161
2018-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2-21/+59
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal4-23/+47
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2-2/+8
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal4-99/+81
2018-05-22Merge branch 'qed-firmware-TLV'David S. Miller16-2/+2502