summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-03-07ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu
2020-03-07tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-03-07tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-03-07sit: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-03-07udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2020-03-07tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-03-07tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2020-03-07net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2020-03-07net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2020-03-07net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2020-03-07inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2020-03-07netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet
2020-03-07net/smc: add fallback check to connect()Ursula Braun
2020-03-07netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2020-02-24mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
2020-02-24Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz
2020-02-24Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2020-02-24Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc
2020-02-24Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)
2020-02-24net/smc: increase device refcount for added link groupUrsula Braun
2020-02-24neighbour: remove neigh_cleanup() methodEric Dumazet
2020-02-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2020-02-24sctp: fully initialize v4 addr in some functionsXin Long
2020-02-24sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2020-02-24net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2020-02-24af_packet: set defaule value for tmoMao Wenan
2020-01-31hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo
2020-01-31gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-31tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2020-01-31tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2020-01-31openvswitch: support asymmetric conntrackAaron Conole
2020-01-31net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2020-01-31net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2020-01-31net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2020-01-31net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov
2020-01-31mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-31net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2020-01-31SUNRPC: Fix another issue with MIC buffer spaceChuck Lever
2020-01-31mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen
2020-01-19xfrm: release device reference for invalid stateXiaodong Xu
2020-01-19tipc: fix link name length checkJohn Rutherford
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski