aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan1-1/+1
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski1-3/+3
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski2-0/+7
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski1-12/+12
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski2-34/+73
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-1/+1
2019-10-04net: devlink: export devlink net getterJiri Pirko1-0/+1
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko4-9/+18
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko3-6/+5
2019-10-02net: dsa: Remove unused __DSA_SKB_CB macroVladimir Oltean1-2/+0
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+3
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-1/+2
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet1-0/+5
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet1-0/+1
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-1/+1
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-0/+5
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana1-0/+4
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-1/+2
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso1-0/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds70-301/+1153
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+25
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean1-0/+2
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-0/+23
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov1-2/+2
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov3-6/+6
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov1-1/+5
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn1-1/+19
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-1/+6
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+5
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko1-0/+3
2019-09-13net: devlink: split reload op into twoJiri Pirko1-1/+4
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn2-0/+2
2019-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller24-208/+151
2019-09-13netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h.Jeremy Sowden1-16/+0
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zones.h.Jeremy Sowden1-4/+1
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden10-35/+6
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h.Jeremy Sowden1-2/+0
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden1-19/+5
2019-09-13netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `void *priv`.Jeremy Sowden1-1/+1
2019-09-13netfilter: conntrack: wrap two inline functions in config checks.Jeremy Sowden2-0/+6
2019-09-13netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...).Jeremy Sowden2-3/+3
2019-09-13netfilter: conntrack: use consistent style when defining inline functionsJeremy Sowden1-32/+50
2019-09-13netfilter: move nf_bridge_frag_data struct definition to a more appropriate header.Jeremy Sowden1-7/+0
2019-09-13netfilter: synproxy: move code between headers.Jeremy Sowden2-39/+38
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden2-22/+0
2019-09-13netfilter: update include directives.Jeremy Sowden4-9/+11
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden5-11/+11