summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22318-1389/+400Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2216-95/+96
| |\
| | * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
| | * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0Star
| | * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| | * net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| | * net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| | * net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-193-14/+14
| | |\
| | | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5Star
| | | * netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2Star
| | * | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-191-31/+8Star
| | * | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-191-0/+5
| | * | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-191-8/+7Star
| | * | net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-191-5/+8
| | * | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-191-5/+3Star
| | * | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-191-3/+6
| | * | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0Star
| | * | tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
| * | | Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-213-7/+3Star
| |\ \ \
| | * | | SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0Star
| | * | | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-212-6/+2Star
| | * | | net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-211-0/+1
| * | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21301-1287/+301Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-3/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-193-15/+3Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19283-1157/+283Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-193-6/+3Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-192-4/+2Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-191-10/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-197-89/+7Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1Star
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-203-0/+114
|\ \ \ \
| * | | | bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev2019-06-151-0/+26
| * | | | bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev2019-06-151-0/+16
| * | | | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-152-0/+28
| * | | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-0/+40
| * | | | bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin2019-06-071-0/+4
* | | | | net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke2019-06-191-2/+8
* | | | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-195-23/+43
* | | | | netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+28
* | | | | page_pool: make sure struct device is stableJesper Dangaard Brouer2019-06-191-0/+8
* | | | | page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer2019-06-192-1/+12
* | | | | xdp: add tracepoints for XDP memJesper Dangaard Brouer2019-06-191-16/+5Star
* | | | | xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer2019-06-192-7/+48
* | | | | xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-192-22/+105
* | | | | page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-4/+11
* | | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+15
* | | | | xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer2019-06-191-0/+2