summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-12netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu1-0/+3
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2020-01-09hsr: fix a race condition in node list insertion and deletionTaehee Yoo5-37/+56
2020-01-09hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo3-24/+21
2020-01-09hsr: avoid debugfs warning message when module is removeTaehee Yoo1-1/+0
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet3-4/+5
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet2-3/+8
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2020-01-09Bluetooth: delete a stray unlockDan Carpenter1-3/+1
2020-01-09net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2020-01-09netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio1-1/+1
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2-2/+2
2020-01-09sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2020-01-09netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter1-2/+2
2020-01-09tcp: fix data-race in tcp_recvmsg()Eric Dumazet1-8/+6
2020-01-09net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe1-2/+2
2020-01-04ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu1-4/+4
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet3-12/+14
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu2-2/+2
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2-3/+3
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu11-22/+38
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2020-01-04net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet1-9/+8
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2-26/+17
2020-01-04net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2020-01-04netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet1-0/+3
2020-01-04net/smc: add fallback check to connect()Ursula Braun1-6/+8
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2020-01-04sctp: fix err handling of stream initializationMarcelo Ricardo Leitner1-15/+15
2019-12-31can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel1-3/+7
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-12-31Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz1-0/+9
2019-12-31Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-12-31Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc1-0/+8
2019-12-31Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-12-31net/smc: increase device refcount for added link groupUrsula Braun1-2/+7
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-12-31sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner1-2/+6
2019-12-31net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-12-31af_packet: set defaule value for tmoMao Wenan1-1/+2
2019-12-18xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon2-123/+120