aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-288/+64
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-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-06mptcp: don't skip needed ackPaolo Abeni1-2/+4
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni2-6/+6
2020-10-06net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam1-12/+64
2020-10-05Merge 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-05rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells6-279/+47
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-05xsk: Remove internal DMA headersBjörn Töpel1-3/+0
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2-9/+17
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-04mptcp: Constify mptcp_pm_opsRikard Falkeborn1-1/+1
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
2020-10-04net: dsa: Add devlink port regions support to DSAAndrew Lunn1-0/+14
2020-10-04net: devlink: Add support for port regionsAndrew Lunn1-26/+224
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-53/+72
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn1-0/+10
2020-10-04net: devlink: Add unused port flavourAndrew Lunn1-1/+3
2020-10-04Merge 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-03mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts3-6/+8
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+18
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault3-18/+117
2020-10-03net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-10-03tcp: account total lost packets properlyYuchung Cheng1-0/+10
2020-10-03net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann1-5/+3
2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann1-1/+1
2020-10-03genetlink: allow dumping command-specific policyJakub Kicinski1-5/+36
2020-10-03genetlink: properly support per-op policy dumpingJohannes Berg1-10/+92
2020-10-03genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19