summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add nft_expr_type_request_module()Pablo Neira Ayuso2019-07-051-3/+14
* netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO supportwenxu2019-07-051-0/+12
* bridge: add br_vlan_get_proto()wenxu2019-07-051-0/+10
* netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID supportwenxu2019-07-051-0/+15
* bridge: add br_vlan_get_pvid_rcu()Pablo Neira Ayuso2019-07-051-4/+15
* netfilter: nft_meta_bridge: Remove the br_private.h headerwenxu2019-07-051-5/+14
* netfilter: nft_meta: move bridge meta keys into nft_meta_bridgewenxu2019-07-055-53/+163
* ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov2019-07-051-4/+42
* netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera2019-07-053-0/+299
* ipvs: allow tunneling with gre encapsulationVadim Fedorenko2019-07-042-3/+64
* netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal2019-07-043-7/+5
* netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()Markus Elfring2019-07-041-1/+1
* netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso2019-07-041-1/+1
* tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-25865-5713/+4262
|\
| * ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
| * ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-12/+114
| * ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-242-7/+11
| * ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
| * Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2
| * ipv4: Dump route exceptions if requestedStefano Brivio2019-06-242-13/+104
| * ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
| * ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
| * fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-242-2/+9
| * ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-241-2/+8
| * ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-241-1/+5
| * tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0
| * tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au2019-06-241-1/+1
| * ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-232-6/+30
| * ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
| * ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-232-7/+10
| * ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
| * ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-43/+30
| * netns: restore ops before calling ops_exit_listLi RongQing2019-06-221-1/+1
| * ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-221-0/+6
| * net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-223-22/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22318-1389/+400
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2116-95/+96
| | |\
| | | * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| | | * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| | | * 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-183-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/+5
| | | | * netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2
| | | * | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
| | | * | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5