summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-9/+4
| | * | xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-1/+0
| | * | xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-081-13/+0
| | * | xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-081-13/+0
| | * | xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-081-5/+0
| | * | xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-081-5/+0
| | * | xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-14/+5
| | * | xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-081-11/+0
| | * | xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-081-4/+5
| * | | dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-291-1/+0
| * | | dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn2019-04-291-0/+66
| * | | dsa: Add TAG protocol to tag opsAndrew Lunn2019-04-291-0/+1
| * | | dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn2019-04-291-13/+30
| * | | dsa: Move tagger name into its ops structureAndrew Lunn2019-04-291-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-284-7/+29
| |\ \ \
| | * | | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-272-0/+18
| | * | | flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-232-7/+11
| * | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+7
| * | | | netlink: add strict parsing for future attributesJohannes Berg2019-04-271-0/+18
| * | | | netlink: re-add parse/validate functions in strict modeJohannes Berg2019-04-272-0/+106
| * | | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-272-55/+199
| * | | | netlink: add NLA_MIN_LENJohannes Berg2019-04-271-1/+5
| * | | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+23
| * | | | net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2019-04-271-1/+1
| * | | | net/tls: move definition of tls ops into net/tls.hJakub Kicinski2019-04-271-0/+17
| * | | | net/tls: remove old exports of sk_destruct functionsJakub Kicinski2019-04-271-2/+0
| * | | | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-263-8/+144
| |\ \ \ \
| | * | | | mac80211: probe unexercised mesh linksRajkumar Manoharan2019-04-261-0/+2
| | * | | | cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan2019-04-261-0/+5
| | * | | | cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-261-1/+1
| | * | | | mac80211: store tx power value from user to stationAshok Raj Nagarajan2019-04-261-0/+22
| | * | | | cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan2019-04-261-0/+22
| | * | | | mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-261-0/+6
| | * | | | nl80211/cfg80211: Extended Key ID supportAlexander Wetzel2019-04-261-0/+2
| | * | | | mac80211: calculate hash for fq without holding fq->lock in itxq enqueueFelix Fietkau2019-04-261-8/+10
| | * | | | cfg80211: support profile split between elementsSara Sharon2019-04-261-0/+14
| | * | | | cfg80211: support non-inheritance elementSara Sharon2019-04-261-0/+8
| | * | | | cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt2019-04-081-0/+42
| | * | | | mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti2019-04-081-0/+3
| | * | | | nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna2019-04-081-0/+8
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-04-261-0/+3
| |\ \ \ \ \
| | * | | | | Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-04-251-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-262-0/+8
| |\ \ \ \ \
| * | | | | | ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2019-04-241-0/+1
| * | | | | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-242-5/+5
| * | | | | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-241-3/+4
| * | | | | | ipv6: convert fib6_ref to refcount_tEric Dumazet2019-04-241-4/+4
| | |/ / / / | |/| | | |
| * | | | | net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-231-3/+5
| * | | | | net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker2019-04-231-1/+2
| * | | | | net: fib: drop include of module.h from fib_notifier.hPaul Gortmaker2019-04-231-1/+2