summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2-1/+2
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-334/+172
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-0/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund1-15/+11
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08cfg80211: only allow S1G channels on S1G bandThomas Pedersen1-1/+4
2020-10-08mac80211: initialize last_rate for S1G STAsThomas Pedersen6-1/+25
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-07can: 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-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller7-289/+65
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-280/+48
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