summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-28net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-1/+1
2020-04-28net_sched: fix datalen for ematchCong Wang1-1/+1
2020-04-28netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2-8/+9
2020-04-28netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-04-28netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-04-28pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-1/+1
2020-04-28pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2020-04-28vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-04-28sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-04-28tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-04-28netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal1-11/+16
2020-04-28netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2020-04-28netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal1-9/+18
2020-04-28tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-04-28af_packet: set defaule value for tmoMao Wenan1-1/+2
2020-04-28neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2020-04-28netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet1-0/+3
2020-04-28netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2-2/+8
2020-04-28netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2-7/+24
2020-04-28netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2020-04-28batman-adv: Fix DAT candidate selection on little endian systemsSven Eckelmann1-1/+3
2020-04-28mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-8/+7
2020-04-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2-46/+47
2020-02-11inet: protect against too small mtu values.Eric Dumazet3-11/+11
2020-02-11tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2020-02-11net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov1-0/+6
2020-02-11openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2020-02-11openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2020-02-11Bluetooth: delete a stray unlockDan Carpenter1-3/+1
2020-02-11inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2020-02-11compat_ioctl: handle SIOCOUTQNSDArnd Bergmann1-0/+1
2020-02-11Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-2/+9
2020-02-11sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-5/+0
2020-01-11cfg80211: size various nl80211 messages correctlyJohannes Berg1-8/+8
2020-01-11net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-6/+12
2020-01-11tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet4-15/+4
2020-01-11libceph: handle an empty authorize replyIlya Dryomov1-4/+8
2019-12-19net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-2/+2
2019-12-19netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-12-19dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-12-19inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-12-19nl80211: fix validation of mesh path nexthopMarkus Theil1-1/+2
2019-12-19ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-12-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-12-19net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-5/+7
2019-12-19batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann3-6/+54
2019-12-19batman-adv: iv_ogm_iface_enable, direct return valuesMarkus Pargmann1-6/+2
2019-12-19llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2-18/+17
2019-12-19nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-12-19sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2