summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-12-16net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-12-16net: dsa: fix switch tree listVivien Didelot
2019-12-16net/smc: fix refcount non-blocking connect() -part 2Ursula Braun
2019-12-16net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-12-16net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-12-16net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-12-16ipv4: fix route update on metric change.Paolo Abeni
2019-12-16net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16udp: use skb_queue_empty_lockless()Eric Dumazet
2019-12-16udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-12-16net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-12-16net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-12-16netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-12-16inet: stop leaking jiffies on the wireEric Dumazet
2019-12-16erspan: fix the tun_info options_len check for erspanXin Long
2019-12-16dccp: do not leak jiffies on the wireEric Dumazet
2019-12-10net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-12-10sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-12-10netfilter: conntrack: avoid possible false sharingEric Dumazet
2019-12-10rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-12-10rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells
2019-12-10rxrpc: Fix call ref leakDavid Howells
2019-12-10llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2019-12-10llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers
2019-12-10batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann
2019-12-10nl80211: fix validation of mesh path nexthopMarkus Theil
2019-12-02nl80211: fix memory leak in nl80211_get_ftm_responder_statsNavid Emamdoost
2019-12-02net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost
2019-11-25mac80211: Reject malformed SSID elementsWill Deacon
2019-11-25rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-11-25sctp: change sctp_prot .no_autobind with trueXin Long
2019-11-25sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-11-25rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-11-25net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long
2019-11-25net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-11-25ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-11-25ipv4: fix race condition between route lookup and invalidationWei Wang
2019-11-25net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang
2019-11-25net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-11-25netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso
2019-11-25mac80211: fix txq null pointer dereferenceMiaoqing Pan
2019-11-25nl80211: fix null pointer dereferenceMiaoqing Pan
2019-11-09cfg80211: wext: avoid copying malformed SSIDsWill Deacon
2019-11-09SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust
2019-11-09netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal