summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet4-14/+17
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-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-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2020-01-04netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio1-1/+1
2020-01-04net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-12-31rfkill: allocate static minorMarcel Holtmann1-2/+7
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: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long1-0/+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-21inet: protect against too small mtu values.Eric Dumazet3-11/+11
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-21openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-21net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-21net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov1-0/+6
2019-12-17sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-12-17appletalk: Set error code if register_snap_client failedYueHaibing1-0/+1
2019-12-17appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2-11/+24
2019-12-17tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet1-3/+7
2019-12-17tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2019-12-17tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-12-17tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-12-17net/x25: fix null_x25_address handlingMartin Schiller1-6/+10
2019-12-17net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller1-1/+1
2019-12-17net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun1-1/+3
2019-12-17xfrm: release device reference for invalid stateXiaodong Xu1-0/+3
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-05sctp: cache netns in sctp_ep_commonXin Long3-2/+4
2019-12-05tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-05net: psample: fix skb_over_panicNikolay Aleksandrov1-1/+1
2019-12-05xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-12-05sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien1-1/+2
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1