aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+3
* net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-072-4/+3
* net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-071-2/+2
* net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8
* net: devlink: fix reporter dump dumpitJiri Pirko2019-10-071-1/+2
* net/rds: Add missing include fileYueHaibing2019-10-062-0/+2
* 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