summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang
2019-06-22netns: restore ops before calling ops_exit_listLi RongQing
2019-06-22ipv6: Error when route does not have any valid nexthopsIdo Schimmel
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera
2019-06-21netfilter: bridge: Fix non-untagged fragment packetwenxu
2019-06-20netfilter: bridge: prevent UAF in brnf_exit_net()Christian Brauner
2019-06-20netfilter: synproxy: use nf_cookie_v6_check() from corePablo Neira Ayuso
2019-06-20netfilter: synproxy: fix building syncookie callsArnd Bergmann
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-19net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann
2019-06-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet
2019-06-19netns: add pre_exit method to struct pernet_operationsEric Dumazet
2019-06-19page_pool: make sure struct device is stableJesper Dangaard Brouer
2019-06-19page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer