summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-01-04ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04tcp: do not send empty skb from tcp_write_xmit()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_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2020-01-04net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
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-04net/smc: add fallback check to connect()Ursula Braun
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal
2020-01-04sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2019-12-31can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
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-31net/smc: increase device refcount for added link groupUrsula Braun
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long
2019-12-31sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2019-12-31net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
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-18xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-12-18act_ct: support asymmetric conntrackAaron Conole
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-18hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-18gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-18net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-18tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2019-12-18tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-18openvswitch: support asymmetric conntrackAaron Conole
2019-12-18net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-12-18net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2019-12-18net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li