aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+19
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh1-0/+1
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn1-23/+0
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean1-0/+10
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-0/+5
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-0/+5
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-0/+1
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-93/+23
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+19
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-1/+0
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn1-0/+66
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn1-0/+1
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn1-13/+30
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn1-0/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-7/+29
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+7
2019-04-27netlink: add strict parsing for future attributesJohannes Berg1-0/+18
2019-04-27netlink: re-add parse/validate functions in strict modeJohannes Berg2-0/+106
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg2-55/+199
2019-04-27netlink: add NLA_MIN_LENJohannes Berg1-1/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+23
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski1-0/+17
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-2/+0
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau2-0/+18
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-8/+144
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan1-0/+2
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan1-0/+5
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter1-1/+1
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan1-0/+22
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan1-0/+22
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel1-0/+6
2019-04-26nl80211/cfg80211: Extended Key ID supportAlexander Wetzel1-0/+2
2019-04-26mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau1-8/+10
2019-04-26cfg80211: support profile split between elementsSara Sharon1-0/+14
2019-04-26cfg80211: support non-inheritance elementSara Sharon1-0/+8
2019-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+3
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+8
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-04-23ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern1-0/+1
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern2-5/+5
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-3/+4
2019-04-23ipv6: convert fib6_ref to refcount_tEric Dumazet1-4/+4
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2-7/+11
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal1-2/+0
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal1-3/+0
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal1-3/+0
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal1-1/+0
2019-04-22net: devlink: Add extack to shared buffer operationsIdo Schimmel1-3/+5