summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-07ipv6: addrconf: fix a lockdep splatEric Dumazet
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-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-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: 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-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
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais
2017-11-03ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-03fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller