summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches
2018-05-10net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet
2018-05-10net: dsa: fix added_by_user switchdev notificationVivien Didelot
2018-05-10tipc: clean up removal of binding table itemsJon Maloy
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-07net: ipv6/gre: Add GRO supportEran Ben Elisha
2018-05-07net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan
2018-05-07net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-07netfilter: nft_dynset: fix timeout updates on 32bitFlorian Westphal
2018-05-07netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot
2018-05-07netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal
2018-05-06netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam
2018-05-06netfilter: nft_numgen: enable hashing of one elementLaura Garcia Liebana
2018-05-06netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern
2018-05-04smc: add support for splice()Stefan Raspl
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl
2018-05-04smc: make smc_rx_wait_data() genericStefan Raspl
2018-05-04smc: simplify abort logicStefan Raspl
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-04xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann
2018-05-03xsk: statistics supportMagnus Karlsson
2018-05-03xsk: support for TxMagnus Karlsson
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson