summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman2019-11-1197-595/+1080
|\
| * vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
| * mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-11-081-1/+2
| * mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-11-081-1/+1
| * ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-071-1/+1
| * ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-071-3/+10
| * nfc: netlink: fix double device reference dropPan Bian2019-11-071-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-11-069-29/+60
| |\
| | * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2019-11-044-17/+36
| | |\
| | | * netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik2019-11-043-13/+30
| | | * netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio2019-11-041-1/+1
| | | * netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-11-041-3/+5
| | * | netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso2019-11-041-1/+2
| | * | netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso2019-11-041-0/+1
| | * | bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal2019-11-041-4/+15
| | * | netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera2019-11-041-4/+2
| | * | netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso2019-11-042-3/+4
| * | | net/smc: fix ethernet interface refcountingUrsula Braun2019-11-061-2/+0
| * | | net/tls: add a TX lockJakub Kicinski2019-11-063-14/+15
| * | | net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-062-7/+6
| * | | net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-051-5/+15
| * | | net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-051-4/+79
| * | | taprio: fix panic while hw offload sched list swapIvan Khoronzhuk2019-11-051-2/+3
| * | | can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct ...Oleksij Rempel2019-11-041-0/+18
| * | | can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with...Oleksij Rempel2019-11-041-1/+1
| * | | can: j1939: fix memory leak if filters was setOleksij Rempel2019-11-041-0/+1
| * | | can: j1939: fix resource leak of skb on error return pathsColin Ian King2019-11-041-2/+6
| * | | dccp: do not leak jiffies on the wireEric Dumazet2019-11-041-1/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0173-514/+845
| |\ \
| | * | net: fix installing orphaned programsJakub Kicinski2019-11-011-1/+2
| | * | net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski2019-11-011-2/+6
| | * | inet: stop leaking jiffies on the wireEric Dumazet2019-11-014-5/+5
| | * | tcp: increase tcp_max_syn_backlog max valueEric Dumazet2019-10-311-1/+1
| | * | rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2019-10-312-5/+14
| | * | Merge tag 'mac80211-for-net-2019-10-31' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-10-313-2/+8
| | |\ \ | | | |/ | | |/|
| | | * nl80211: fix validation of mesh path nexthopMarkus Theil2019-10-301-1/+1
| | | * nl80211: Disallow setting of HT for channel 14Masashi Honma2019-10-302-1/+7
| | * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-305-6/+6
| | |/
| | * net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-10-291-1/+1
| | * net/smc: fix refcounting for non-blocking connect()Ursula Braun2019-10-291-2/+2
| | * erspan: fix the tun_info options_len check for erspanXin Long2019-10-292-4/+4
| | * Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-10-284-17/+94
| | |\
| | | * batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann2019-10-133-9/+57
| | | * batman-adv: Avoid free/alloc race when handling OGM2 bufferSven Eckelmann2019-10-132-8/+37
| | * | udp: fix data-race in udp_set_dev_scratch()Eric Dumazet2019-10-281-4/+15
| | * | net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-10-281-1/+1
| | * | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-284-4/+4
| | * | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-2813-21/+21
| | * | udp: use skb_queue_empty_lockless()Eric Dumazet2019-10-281-3/+3
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-278-27/+76
| | |\ \