summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2020-01-04netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2020-01-04netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio
2020-01-04net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
2019-12-31rfkill: allocate static minorMarcel Holtmann
2019-12-31Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz
2019-12-31Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2019-12-31Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc
2019-12-31Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2019-12-31af_packet: set defaule value for tmoMao Wenan
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-21openvswitch: support asymmetric conntrackAaron Conole
2019-12-21net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-12-21net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-21net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov
2019-12-21mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-17sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2019-12-17gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2019-12-17net/smc: do not wait under send_lockKarsten Graul
2019-12-17sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen
2019-12-13appletalk: Set error code if register_snap_client failedYueHaibing
2019-12-13appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing
2019-12-13net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost
2019-12-13xfrm interface: fix management of phydevNicolas Dichtel
2019-12-13xfrm interface: fix list corruption for x-netnsNicolas Dichtel
2019-12-13xfrm interface: avoid corruption on changelinkNicolas Dichtel
2019-12-13xfrm interface: fix memory leak on creationNicolas Dichtel
2019-12-13sctp: frag_point sanity checkJakub Audykowicz
2019-12-13tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2019-12-13tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-13net/x25: fix null_x25_address handlingMartin Schiller
2019-12-13net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller
2019-12-13sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long