summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-08pktgen: document 32-bit timestamp overflowArnd Bergmann1-3/+11
2017-11-08qrtr: Move to postcore_initcallBjorn Andersson1-1/+1
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-569/+742
2017-11-08rtnetlink: fix missing size for IFLA_IF_NETNSIDColin Ian King1-1/+1
2017-11-08net: dsa: lan9303: Adjust indentingEgil Hjelmeland1-1/+1
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-2/+2
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-2/+3
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel1-0/+79
2017-11-08ila: Add a hook type for LWT routesTom Herbert1-3/+36
2017-11-08ila: allow configuration of identifier typeTom Herbert3-23/+58
2017-11-08ila: add checksum neutral map autoTom Herbert3-44/+60
2017-11-08ila: cleanup checksum diffTom Herbert1-21/+18
2017-11-07ipv6: addrconf: fix a lockdep splatEric Dumazet1-5/+7
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso4-55/+259
2017-11-07netfilter: nf_tables: performance set policy skips size description in selectionPablo Neira Ayuso1-8/+3
2017-11-07netfilter: conntrack: use power efficient workqueueVincent Guittot1-2/+2
2017-11-06netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso2-38/+38
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal6-13/+35
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal1-1/+1
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal1-32/+20
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King1-2/+1
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya1-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2-3/+3
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha1-1/+1
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha4-2/+58
2017-11-05net: dsa: resolve tagging protocol at parse timeVivien Didelot1-16/+15
2017-11-05net: dsa: add one port parsing function per typeVivien Didelot1-20/+36
2017-11-05net: dsa: only check presence of link propertyVivien Didelot1-1/+1
2017-11-05net: dsa: rework switch parsingVivien Didelot1-59/+58
2017-11-05net: dsa: get tree before parsing portsVivien Didelot1-8/+10
2017-11-05net: dsa: rework switch addition and removalVivien Didelot1-20/+27
2017-11-05net: dsa: provide a find or new tree helperVivien Didelot1-11/+21
2017-11-05net: dsa: get and put tree reference countingVivien Didelot1-11/+27
2017-11-05net: dsa: simplify tree reference countingVivien Didelot1-20/+10
2017-11-05net: dsa: make tree index unsignedVivien Didelot2-8/+8
2017-11-05bpf: remove old offload/analyzerJakub Kicinski1-42/+0
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski1-3/+7
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski1-1/+5
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2-19/+19
2017-11-05l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2-30/+18
2017-11-05tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet1-1/+0
2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet1-17/+14
2017-11-05rtnetlink: use netnsid to query interfaceJiri Benc1-18/+85
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc3-17/+38
2017-11-05net: export peernet2id_allocJiri Benc1-0/+1
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet1-0/+2
2017-11-05pktgen: do not abuse IN6_ADDR_HSIZEEric Dumazet1-1/+1
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King1-1/+1
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-04tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov1-3/+4