aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen1-3/+52
2019-10-01ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel1-4/+3
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko1-11/+18
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko1-20/+25
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko1-6/+4
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko1-0/+53
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2-1/+160
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko1-18/+79
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko1-2/+2
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet1-4/+2
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco1-1/+1
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds51-299/+305
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-30/+26
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds1-0/+1
2019-09-27tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2-3/+3
2019-09-27tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang1-4/+4
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-7/+42
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey1-1/+0
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+0
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov1-3/+4
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov1-7/+16
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov1-1/+3
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon1-1/+4
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet4-3/+9
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet1-7/+9
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet5-8/+11
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet1-1/+5