summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
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-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-15net/smc: Remove unused function declarationWen Gu
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2022-01-14af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
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-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
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-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck