aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-11-06netfilter: nft_hash: fix nft_hash_deactivateFlorian Westphal
2017-11-06netfilter: xt_connlimit: remove mask argumentFlorian Westphal
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais
2017-11-06NFC: fix device-allocation error returnJohan Hovold
2017-11-05tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha
2017-11-05net: dsa: resolve tagging protocol at parse timeVivien Didelot
2017-11-05net: dsa: add one port parsing function per typeVivien Didelot
2017-11-05net: dsa: only check presence of link propertyVivien Didelot
2017-11-05net: dsa: rework switch parsingVivien Didelot
2017-11-05net: dsa: get tree before parsing portsVivien Didelot
2017-11-05net: dsa: rework switch addition and removalVivien Didelot
2017-11-05net: dsa: provide a find or new tree helperVivien Didelot
2017-11-05net: dsa: get and put tree reference countingVivien Didelot
2017-11-05net: dsa: simplify tree reference countingVivien Didelot
2017-11-05net: dsa: make tree index unsignedVivien Didelot
2017-11-05bpf: remove old offload/analyzerJakub Kicinski
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-05l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2017-11-05tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet
2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet
2017-11-05rtnetlink: use netnsid to query interfaceJiri Benc
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc
2017-11-05net: export peernet2id_allocJiri Benc
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet
2017-11-05pktgen: do not abuse IN6_ADDR_HSIZEEric Dumazet
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-04tcp_nv: use do_div() instead of expensive div64_u64()Konstantin Khlebnikov
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang
2017-11-03xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert
2017-11-03xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal
2017-11-03tcp: tcp_fragment() should not assume rtx skbsEric Dumazet
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet
2017-11-03tipc: eliminate unnecessary probingJon Maloy
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko
2017-11-03net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun