aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2-0/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller265-32/+279
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-32/+36
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko3-15/+71
2017-11-03net: sched: introduce chain_head_change callbackJiri Pirko2-38/+52
2017-11-03net_sched: check NULL in tcf_block_put()Cong Wang1-3/+2
2017-11-03xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert1-18/+11
2017-11-03xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal1-18/+24
2017-11-03tcp: tcp_fragment() should not assume rtx skbsEric Dumazet1-1/+2
2017-11-03net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King1-1/+1
2017-11-03tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet1-5/+3
2017-11-03tipc: eliminate unnecessary probingJon Maloy1-1/+10
2017-11-03net: sched: move block offload unbind after all chains are flushedJiri Pirko1-2/+2
2017-11-03net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun1-1/+1
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-29/+19
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-40/+39
2017-11-03ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel1-1/+19
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal1-6/+10
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland1-1/+1
2017-11-03net_sched: hold netns refcnt for each actionCong Wang17-17/+19
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu1-0/+1