summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-12vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-12vlan: vlan_changelink() should propagate errorsEric Dumazet
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-01-12llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex
2020-01-12rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal
2020-01-12net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-01-12rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2020-01-12Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost
2020-01-12Bluetooth: delete a stray unlockDan Carpenter
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-04net: icmp: fix data-race in cmp_global_allow()Eric 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-04net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2020-01-04sctp: fully initialize v4 addr in some functionsXin Long
2020-01-04net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2020-01-04af_packet: set defaule value for tmoMao Wenan
2020-01-04Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz
2020-01-04Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2019-12-21inet: protect against too small mtu values.Eric Dumazet
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: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov
2019-12-21sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2019-12-21appletalk: Set error code if register_snap_client failedYueHaibing
2019-12-21appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing
2019-12-21tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-21tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-21net/x25: fix null_x25_address handlingMartin Schiller
2019-12-21net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-12-05sctp: cache netns in sctp_ep_commonXin Long
2019-12-05tipc: fix link name length checkJohn Rutherford
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-12-05openvswitch: fix flow command message sizePaolo Abeni
2019-12-05sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-12-05decnet: fix DN_IFREQ_SIZEJohannes Berg
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-12-05tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva