summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-05net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-05mptcp: Constify mptcp_pm_opsRikard Falkeborn1-1/+1
2020-10-05net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+14
2020-10-05net: devlink: Add support for port regionsAndrew Lunn1-26/+224
2020-10-05net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-53/+72
2020-10-05net: dsa: Make use of devlink port flavour unusedAndrew Lunn1-0/+10
2020-10-05net: devlink: Add unused port flavourAndrew Lunn1-1/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-56/+207
2020-10-04netfilter: nf_tables: Implement fast bitwise expressionPhil Sutter2-6/+147
2020-10-04netfilter: nf_tables: Enable fast nft_cmp for inverted matchesPhil Sutter2-8/+8
2020-10-04netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal1-1/+18
2020-10-04netfilter: ipset: enable memory accounting for ipset allocationsVasily Averin1-16/+1
2020-10-04netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCKYueHaibing1-2/+0
2020-10-04mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts3-6/+8
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+18
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault3-18/+117
2020-10-04net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-10-04net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-10-04tcp: account total lost packets properlyYuchung Cheng1-0/+10
2020-10-04net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann1-5/+3
2020-10-04net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann1-1/+1
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski1-5/+36
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg1-10/+92
2020-10-04genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg2-21/+84
2020-10-04netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-03genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-03genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-03genetlink: bring back per op policyJakub Kicinski1-5/+13
2020-10-03genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-03genetlink: add a structure for dump stateJakub Kicinski2-27/+32
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski22-72/+77
2020-10-03genetlink: add small version of opsJakub Kicinski1-32/+95
2020-10-03devlink: add .trap_group_action_set() callbackIoana Ciornei1-0/+18
2020-10-03devlink: add parser error drop packet trapsIoana Ciornei1-0/+17
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller22-186/+1184
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli1-8/+3
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli1-2/+1
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-13/+2
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli1-0/+9
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-36/+835
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-02mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen1-6/+9
2020-10-02nl80211: fix non-split wiphy informationJohannes Berg1-1/+4
2020-10-02nl80211: reduce non-split wiphy dump sizeJohannes Berg1-13/+24
2020-10-02net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin1-2/+2
2020-10-02pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-117/+472
2020-10-01drop_monitor: Filter control packets in drop monitorIdo Schimmel2-7/+7
2020-10-01drop_monitor: Remove duplicate structIdo Schimmel1-17/+10