summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tls: Fix tls_device initializationBoris Pismenny2018-05-101-0/+2
* net: bridge: Allow bridge master in br_vlan_get_info()Petr Machata2018-05-101-0/+2
* tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-104-4/+21
* net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches2018-05-101-5/+0Star
* net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet2018-05-101-1/+3
* net: dsa: fix added_by_user switchdev notificationVivien Didelot2018-05-101-5/+7
* tipc: clean up removal of binding table itemsJon Maloy2018-05-101-50/+53
* net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2018-05-102-8/+8
* net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso2018-05-101-5/+5
* net: Update netstamp_needed static key to modern apiDavidlohr Bueso2018-05-101-11/+11
* net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso2018-05-101-8/+8
* net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-4/+4
* net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso2018-05-101-3/+3
* udp: Do not copy destructor if one is not presentAlexander Duyck2018-05-091-8/+14
* udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2018-05-092-20/+20
* udp: Partially unroll handling of first segment and last segmentAlexander Duyck2018-05-091-14/+19
* udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2018-05-092-20/+19Star
* udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2018-05-092-3/+5
* udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck2018-05-091-0/+2
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-1/+1
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-082-11/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-084-8/+11
|\
| * xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause2018-05-041-2/+7
| * change the comment of vti6_ioctlSun Lianwen2018-05-011-1/+1
| * xfrm: remove VLA usage in __xfrm6_sort()Kees Cook2018-04-261-4/+2Star
| * udp: enable UDP checksum offload for ESPJacek Kalwas2018-04-181-1/+1
* | net: ipv6/gre: Add GRO supportEran Ben Elisha2018-05-081-10/+27
* | net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan2018-05-081-1/+1
* | net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen2018-05-081-1/+1
* | vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen2018-05-081-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-0815-90/+1734
|\ \
| * | bpf: add skb_load_bytes_relative helperDaniel Borkmann2018-05-041-0/+45
| * | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-041-11/+225
| * | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-4/+2Star
| * | bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann2018-05-041-9/+9
| * | xsk: statistics supportMagnus Karlsson2018-05-042-1/+49
| * | xsk: support for TxMagnus Karlsson2018-05-042-4/+200
| * | dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-042-37/+43
| * | xsk: add Tx queue setup and mmap supportMagnus Karlsson2018-05-041-2/+6
| * | xsk: add umem completion queue support and mmapMagnus Karlsson2018-05-043-2/+13
| * | xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-042-19/+33
| * | xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel2018-05-041-3/+20
| * | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-041-0/+5
| * | xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-044-5/+215
| * | xsk: add support for bind for RxMagnus Karlsson2018-05-045-1/+138
| * | xsk: add Rx queue setup and mmap supportBjörn Töpel2018-05-043-12/+42
| * | xsk: add umem fill queue support and mmapMagnus Karlsson2018-05-046-2/+168
| * | xsk: add user memory registration support sockoptBjörn Töpel2018-05-046-0/+531
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-043-4/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0781-1663/+2471
|\ \ \