summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski1-2/+0
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller1-2/+2
2022-02-10tipc: improve size validations for received domain recordsJon Maloy2-2/+9
2022-02-10mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor1-2/+6
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski22-438/+413
2022-02-10tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2-25/+33
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-32/+50
2022-02-10net: drop_monitor: support drop reasonMenglong Dong1-6/+35
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2-3/+4
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long1-3/+5
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long3-5/+11
2022-02-09ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-02-09net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean1-19/+6
2022-02-09tipc: rate limit warning for received illegal binding updateJon Maloy1-1/+1
2022-02-09Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...David S. Miller1-7/+22
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston2-54/+249
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr2-2/+10
2022-02-09mctp: Add helper for address match checkingJeremy Kerr1-5/+3
2022-02-09mctp: tests: Add key state testsJeremy Kerr1-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr1-6/+6
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet1-1/+4
2022-02-09ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-02-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal1-12/+24
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel1-0/+8
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2-2/+116
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal2-22/+20
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal1-12/+13
2022-02-09can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp1-6/+9
2022-02-09can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp1-1/+13
2022-02-09ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2-0/+4
2022-02-09net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-09can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet1-3/+6
2022-02-09ipmr: introduce ipmr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet1-3/+8
2022-02-09ipv4: add fib_net_exit_batch()Eric Dumazet1-3/+16
2022-02-09nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet1-4/+8
2022-02-09ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet1-54/+23
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet1-20/+24
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet1-0/+20
2022-02-09net: add dev->dev_registered_trackerEric Dumazet1-2/+4
2022-02-08Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+13
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown2-2/+10
2022-02-08xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-02-08ipv4: Use dscp_t in struct fib_aliasGuillaume Nault4-34/+45
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2-3/+15
2022-02-08ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault1-8/+10
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault1-6/+13
2022-02-08bpf: test_run: Fix overflow in bpf_test_finish frags parsingStanislav Fomichev1-2/+3
2022-02-08bpf: test_run: Fix overflow in xdp frags parsingStanislav Fomichev1-2/+2