summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-08can: add ISO 15765-2:2016 transport protocolOliver Hartkopp3-0/+1442
2020-10-06can: raw: add missing error queue supportVincent Mailhol1-0/+4
2020-10-06can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde1-1/+1
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski3-11/+21
2020-10-06netlink: add mask validationJakub Kicinski1-0/+8
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski18-29/+58
2020-10-06ethtool: trim policy tablesJakub Kicinski19-229/+83
2020-10-06ethtool: wire up set policies to opsJakub Kicinski14-104/+74
2020-10-06ethtool: wire up get policies to opsJakub Kicinski17-107/+90
2020-10-06ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2-15/+2
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-06xfrm: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+1
2020-10-06ipv6: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh1-13/+24
2020-10-06net: always dump full packets with skb_dumpVladimir Oltean1-5/+1
2020-10-06mptcp: don't skip needed ackPaolo Abeni1-2/+4
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller47-183/+350
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds48-197/+367
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2-9/+17
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/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-05net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
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