aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell4-4/+21
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches1-5/+0
2018-05-10net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet1-1/+3
2018-05-10net: dsa: fix added_by_user switchdev notificationVivien Didelot1-5/+7
2018-05-10tipc: clean up removal of binding table itemsJon Maloy1-50/+53
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2-8/+8
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso1-5/+5
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso1-11/+11
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso1-8/+8
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-4/+4
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-3/+3
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2-20/+20
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2-20/+19
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2-3/+5
2018-05-08udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck1-0/+2
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni1-1/+1
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni2-11/+12
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-8/+11
2018-05-07net: ipv6/gre: Add GRO supportEran Ben Elisha1-10/+27
2018-05-07net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan1-1/+1
2018-05-07net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen1-1/+1
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-90/+1734
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller81-1663/+2471
2018-05-07netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal1-1/+1
2018-05-07netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2-0/+4
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera4-200/+225
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal6-26/+14
2018-05-06netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam1-9/+164
2018-05-06netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana1-1/+1
2018-05-06netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana1-5/+80
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern2-19/+19
2018-05-04smc: add support for splice()Stefan Raspl4-25/+185
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl2-9/+10
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl3-12/+19
2018-05-04smc: simplify abort logicStefan Raspl1-10/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-127/+205
2018-05-04xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause1-2/+7
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-129/+190
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann1-0/+45
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-11/+225
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-4/+2
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann1-9/+9
2018-05-03xsk: statistics supportMagnus Karlsson2-1/+49
2018-05-03xsk: support for TxMagnus Karlsson2-4/+200
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2-37/+43
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson1-2/+6
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson3-2/+13