summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2-2/+9
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo1-2/+8
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo1-1/+5
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long1-10/+0
2019-06-24net/packet: fix memory leak in packet_set_ring()Eric Dumazet1-1/+2
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au1-1/+1
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe1-1/+2
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2-6/+30
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang1-3/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2-7/+10
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang1-0/+3
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang1-43/+30
2019-06-23net/sched: cbs: Fix error path of cbs_module_initYueHaibing1-2/+7
2019-06-22netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2019-06-22tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-06-22ipv6: Error when route does not have any valid nexthopsIdo Schimmel1-0/+6
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel3-22/+19
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller318-1389/+400
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-95/+96
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-7/+3
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust1-1/+0
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2-6/+2
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi1-0/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds301-1287/+301
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra2-0/+134
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera1-1/+0
2019-06-21netfilter: bridge: Fix non-untagged fragment packetwenxu1-0/+2
2019-06-20netfilter: bridge: prevent UAF in brnf_exit_net()Christian Brauner1-1/+3
2019-06-20netfilter: synproxy: use nf_cookie_v6_check() from corePablo Neira Ayuso1-1/+1
2019-06-20netfilter: synproxy: fix building syncookie callsArnd Bergmann1-0/+2
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+114
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet2-8/+0
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke1-2/+8
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern1-1/+1
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann1-5/+11
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann1-1/+5
2019-06-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana2-7/+21
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret1-0/+4
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King1-2/+2
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet5-23/+43
2019-06-19netns: add pre_exit method to struct pernet_operationsEric Dumazet1-0/+28
2019-06-19page_pool: make sure struct device is stableJesper Dangaard Brouer1-0/+8
2019-06-19page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer2-1/+12
2019-06-19xdp: add tracepoints for XDP memJesper Dangaard Brouer1-16/+5
2019-06-19xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer2-7/+48
2019-06-19xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2-22/+105