summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-0551-112/+246
|\
| * nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-051-1/+6
| * sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-051-0/+2
| * ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-051-5/+12
| * net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-051-3/+2
| * Revert "ipv6: Handle race in addrconf_dad_work"David Ahern2019-10-041-6/+5
| * net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
| * tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet2019-10-031-4/+2
| * udp: only do GSO if # of segs > 1Josh Hunt2019-10-032-8/+14
| * udp: fix gso_segs calculationsJosh Hunt2019-10-032-1/+3
| * ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-031-0/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-0225-28/+33
| |\
| | * netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso2019-10-011-1/+6
| | * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-0124-27/+27
| * | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-1/+11
| * | net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
| * | tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
| * | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-021-5/+6
| * | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-021-2/+7
| * | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-023-6/+14
| * | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-011-3/+3
| * | net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
| * | net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-011-1/+1
| |/
| * mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
| * mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
| * nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-011-0/+3
| * cfg80211: initialize on-stack chandefsJohannes Berg2019-10-013-3/+5
| * cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg2019-10-011-1/+6
| * nl80211: validate beacon headJohannes Berg2019-10-011-2/+35
| * net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-10-011-2/+1
| * net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-011-3/+8
| * erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
| * sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* | net: devlink: don't ignore errors during dumpitJiri Pirko2019-10-051-6/+24
* | igmp: uninline ip_mc_validate_checksum()Alexey Dobriyan2019-10-041-1/+1
* | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
* | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-043-2/+16
* | net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-042-9/+9
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-043-103/+143
* | net/tls: move tls_build_proto() on init pathJakub Kicinski2019-10-041-5/+2
* | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-041-7/+7
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* | rxrpc: Add missing "new peer" traceDavid Howells2019-10-041-0/+2
* | net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-041-8/+146
* | net: devlink: export devlink net getterJiri Pirko2019-10-041-1/+2
* | net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-0411-42/+71
* | net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-045-34/+70
* | net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-047-70/+59
* | net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
* | net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-035-61/+153