aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-05net/tls: add statistics for installed sessionsJakub Kicinski2-4/+27
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski3-1/+75
2019-10-05net/tls: add device decrypted trace pointJakub Kicinski2-0/+38
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski4-3/+210
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller51-112/+246
2019-10-04nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-04ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-04net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-04net: devlink: don't ignore errors during dumpitJiri Pirko1-6/+24
2019-10-04Revert "ipv6: Handle race in addrconf_dad_work"David Ahern1-6/+5
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-04igmp: uninline ip_mc_validate_checksum()Alexey Dobriyan1-1/+1
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan1-2/+3
2019-10-04net/tls: allow compiling TLS TOE outJakub Kicinski3-2/+16
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2-9/+9
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski3-103/+143
2019-10-04net/tls: move tls_build_proto() on init pathJakub Kicinski1-5/+2
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski1-7/+7
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski1-0/+1
2019-10-04rxrpc: Add missing "new peer" traceDavid Howells1-0/+2
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-8/+146
2019-10-04net: devlink: export devlink net getterJiri Pirko1-1/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko11-42/+71
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko5-34/+70
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko7-70/+59
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+8
2019-10-04mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg1-11/+4
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte1-8/+1
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet1-0/+1
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon5-61/+153
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt2-8/+14
2019-10-03udp: fix gso_segs calculationsJosh Hunt2-1/+3
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2-4/+5
2019-10-02Clean up the net/caif/Kconfig menurd.dunlab@gmail.com1-5/+5
2019-10-02net_sched: remove need_resched() from qdisc_run()Eric Dumazet1-6/+1
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller25-28/+33
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean1-1/+11
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-10-02ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)1-2/+8
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+87
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-28/+61
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien2-15/+19
2019-10-01ipv6: Handle race in addrconf_dad_workDavid Ahern1-5/+6
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen1-3/+52
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-10-01ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel1-4/+3