summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2019-10-022-4/+5
* Clean up the net/caif/Kconfig menurd.dunlab@gmail.com2019-10-021-5/+5
* net_sched: remove need_resched() from qdisc_run()Eric Dumazet2019-10-021-6/+1
* ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)2019-10-021-2/+8
* net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
* net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
* vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-011-3/+52
* ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel2019-10-011-4/+3
* net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
* net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
* net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
* net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53
* net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-012-1/+160
* net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-18/+79
* net: procfs: use index hashlist instead of name hashlistJiri Pirko2019-10-011-2/+2
* tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2019-10-011-4/+2
* net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco2019-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2851-299/+305
|\
| * tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
| * sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-272-3/+3
| * tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-09-271-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-274-7/+42
| |\
| | * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-252-0/+35
| | * netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-202-5/+5
| | * netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso2019-09-201-1/+1
| | * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-1/+1
| * | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey2019-09-271-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+0
| |\ \
| | * | xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
| * | | net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
| * | | net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-7/+16
| * | | net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
| * | | net/rds: Check laddr_check before calling itKa-Cheong Poon2019-09-271-1/+4
| * | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-274-3/+9
| * | | ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9
| * | | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-275-8/+11
| * | | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-1/+1
| * | | kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet2019-09-271-1/+5
| * | | ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-09-261-1/+2
| * | | openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-09-261-1/+1