summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-121-10/+18
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-121-1/+1
* llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2020-01-121-2/+2
* rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki2020-01-121-2/+5
* netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2020-01-121-3/+9
* netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2020-01-121-0/+3
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-092-3/+8
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-091-0/+3
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2020-01-091-1/+3
* Bluetooth: delete a stray unlockDan Carpenter2020-01-091-3/+1
* net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe2020-01-091-2/+2
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-044-14/+17
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-042-2/+2
* tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-042-3/+3
* ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-0411-22/+38
* udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2020-01-041-1/+1
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2020-01-041-2/+10
* netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet2020-01-041-0/+3
* netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2020-01-041-17/+16
* netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2020-01-041-1/+1
* net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin2020-01-041-0/+2
* mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-12-311-1/+2
* rfkill: allocate static minorMarcel Holtmann2019-12-311-2/+7
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-12-311-0/+9
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2019-12-311-1/+8
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-12-311-2/+2
* sctp: fully initialize v4 addr in some functionsXin Long2019-12-311-0/+5
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-311-1/+1
* af_packet: set defaule value for tmoMao Wenan2019-12-311-1/+2
* inet: protect against too small mtu values.Eric Dumazet2019-12-213-11/+11
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-211-14/+15
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* openvswitch: support asymmetric conntrackAaron Conole2019-12-211-0/+11
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-211-2/+3
* net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-211-0/+6
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-171-6/+0
* appletalk: Set error code if register_snap_client failedYueHaibing2019-12-171-0/+1
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-172-11/+24
* tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet2019-12-171-3/+7
* tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2019-12-171-4/+4
* tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2019-12-171-1/+1
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2019-12-171-1/+1
* net/x25: fix null_x25_address handlingMartin Schiller2019-12-171-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2019-12-171-1/+1
* net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2019-12-171-1/+3