summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-11-07nfc: netlink: fix double device reference dropPan Bian
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-11-06net/smc: fix ethernet interface refcountingUrsula Braun
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk
2019-11-04can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct ...Oleksij Rempel
2019-11-04can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with...Oleksij Rempel
2019-11-04can: j1939: fix memory leak if filters was setOleksij Rempel
2019-11-04can: j1939: fix resource leak of skb on error return pathsColin Ian King
2019-11-04Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2019-11-04netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso
2019-11-04netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso
2019-11-04bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal
2019-11-04netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik
2019-11-04netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet
2019-11-04netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-31tcp: increase tcp_max_syn_backlog max valueEric Dumazet
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-31Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...David S. Miller
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-30SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust
2019-10-30SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-30SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-10-30nl80211: fix validation of mesh path nexthopMarkus Theil
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long
2019-10-28Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller