summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2-3/+7
2022-02-07caif: cleanup double word in commentTom Rix1-1/+1
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet1-1/+1
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong1-2/+3
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-4/+10
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-2/+10
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-1/+2
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet1-3/+5
2022-02-06net: initialize init_net earlierEric Dumazet2-14/+6
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang7-107/+171
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet1-2/+2
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet2-4/+4