summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2018-07-18ipv6: fix useless rol32 call on hashColin Ian King
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-07-02xsk: fix potential race in SKB TX completion codeMagnus Karlsson
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-27nfp: reject binding to shared blocksJohn Hurley
2018-06-20net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet
2018-06-18netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-08netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-06-05xsk: wire upp Tx zero-copy functionsMagnus Karlsson
2018-06-05xsk: add zero-copy support for RxBjörn Töpel
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel
2018-06-05xsk: introduce xdp_umem_pageBjörn Töpel
2018-06-05xsk: moved struct xdp_umem definitionBjörn Töpel
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-03xdp: done implementing ndo_xdp_xmit flush flag for all driversJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl