summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren2019-05-061-0/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-063-21/+29
| |\ \
| | * | netfilter: add API to manage NAT helpers.Flavio Leitner2019-04-301-1/+21
| | * | netfilter: use macros to create module aliases.Flavio Leitner2019-04-301-0/+4
| | * | netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang2019-04-301-3/+3
| | * | netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker2019-04-301-1/+2
| | * | netfilter: nf_tables: relocate header content to consumerPaul Gortmaker2019-04-301-17/+0
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-05-051-0/+1
| |\ \ \
| | * | | Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+1
| * | | | ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-051-1/+1
| * | | | ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-051-2/+4
| * | | | netlink: add validation of NLA_F_NESTED flagMichal Kubecek2019-05-041-1/+10
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-2/+19
| |\ \ \ | | | |/ | | |/|
| * | | devlink: Change devlink health locking mechanismMoshe Shemesh2019-05-011-0/+1
| * | | net: dsa: Remove legacy probing supportAndrew Lunn2019-05-011-23/+0
| * | | net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean2019-05-011-0/+10
| * | | net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2019-05-011-0/+5
| * | | net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2019-05-011-0/+5
| * | | net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2019-05-011-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-93/+23
| |\ \ \ | | |_|/ | |/| |
| | * | xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-2/+0
| | * | xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-3/+0
| | * | xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-3/+0
| | * | xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-1/+0
| | * | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-081-17/+17
| | * | 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