summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
* net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-061-19/+0
* net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-063-17/+15
* net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-064-18/+9
* net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
* net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-25/+14
* net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-061-17/+22
* net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko2019-10-061-22/+45
* net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-061-9/+38
* net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko2019-10-061-77/+96
* openvswitch: Allow attaching helper in later commitYi-Hung Wei2019-10-061-8/+13
* net: devlink: export devlink net setterJiri Pirko2019-10-051-3/+12
* net/tls: add TlsDeviceRxResync statisticJakub Kicinski2019-10-052-0/+2
* net/tls: add TlsDecryptError statJakub Kicinski2019-10-052-0/+6
* net/tls: add statistics for installed sessionsJakub Kicinski2019-10-052-4/+27
* net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-053-1/+75
* net/tls: add device decrypted trace pointJakub Kicinski2019-10-052-0/+38
* net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-054-3/+210
* 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-041-1/+6
| * sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
| * ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-041-5/+12
| * net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-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-011-5/+6
| * | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
| * | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-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-09-301-2/+1
| * net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
| * erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1