summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-091-0/+1
* seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
* udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-081-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-086-12/+15
|\
| * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-083-6/+6
| * netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso2021-12-081-4/+7
| * nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groupsStefano Brivio2021-12-081-1/+1
| * netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal2021-11-301-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-082-5/+15
|\ \
| * | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| * | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* | | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-061-8/+8
* | | ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-061-1/+2
* | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
* | | inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-031-1/+1
* | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0219-72/+139
|\ \ \
| * | | gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
| * | | net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-021-1/+1
| * | | mctp: Don't let RTM_DELROUTE delete local routesMatt Johnston2021-12-021-4/+5
| * | | net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-021-2/+6
| * | | net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3
| * | | ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-023-5/+5
| * | | net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-011-1/+4
| * | | net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-11-301-0/+5
| | |/ | |/|
| * | Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2021-11-292-10/+18
| |\ \
| | * | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-11-291-5/+9
| | * | rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata2021-11-291-5/+9
| * | | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-0/+19
| * | | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-293-3/+4
| * | | mctp: test: fix skb free in test device txJeremy Kerr2021-11-291-1/+1
| * | | net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-11-291-2/+2
| * | | net: mpls: Remove rcu protection from nh_devBenjamin Poirier2021-11-292-25/+16
| * | | net: mpls: Fix notifications when deleting a deviceBenjamin Poirier2021-11-291-16/+52
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-281-1/+0
|\ \ \ \
* \ \ \ \ Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-271-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SUNRPC: use different lock keys for INET6 and LOCALNeilBrown2021-11-221-5/+5
* | | | | net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
* | | | | net: vlan: fix underflow for the real_dev refcntZiyang Xuan2021-11-262-3/+3
* | | | | ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann2021-11-261-1/+1
* | | | | net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-11-261-3/+5
* | | | | tls: fix replacing proto_opsJakub Kicinski2021-11-251-7/+40
* | | | | tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-11-251-8/+25
* | | | | tls: splice_read: fix record type checkJakub Kicinski2021-11-251-13/+10
* | | | | net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
* | | | | net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
* | | | | tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-11-241-2/+3
* | | | | net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel2021-11-241-8/+16
| |_|/ / |/| | |