summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu
2022-01-16ipv4: update fib_info_cnt under spinlock protectionEric Dumazet
2022-01-15net/smc: Remove unused function declarationWen Gu
2022-01-14af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu
2022-01-13inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu
2022-01-13sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy
2022-01-12sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin
2022-01-12net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet
2022-01-12net: bridge: fix net device refcount tracking issue in error pathEric Dumazet
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2022-01-12Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle
2022-01-11gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault
2022-01-11xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault
2022-01-11mctp: test: zero out sockaddrMatt Johnston
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen
2022-01-10netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso
2022-01-10netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim
2022-01-09page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09netfilter: nft_meta: cancel register tracking after meta updatePablo Neira Ayuso
2022-01-09netfilter: nft_payload: cancel register tracking after payload updatePablo Neira Ayuso
2022-01-09netfilter: nft_bitwise: track register operationsPablo Neira Ayuso
2022-01-09netfilter: nft_meta: track register operationsPablo Neira Ayuso
2022-01-09netfilter: nft_payload: track register operationsPablo Neira Ayuso
2022-01-09netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso
2022-01-09netfilter: nft_limit: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09netfilter: nft_limit: rename stateful structurePablo Neira Ayuso
2022-01-09netfilter: nft_numgen: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09netfilter: nft_quota: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09netfilter: nft_last: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09netfilter: nft_connlimit: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-09netfilter: make function op structures constFlorian Westphal
2022-01-09netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal