summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: hsr: add tx stats for master interfaceMurali Karicheri2019-04-151-0/+7
* net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri2019-04-153-9/+9
* net: hsr: fix naming of file and functionsMurali Karicheri2019-04-154-24/+24
* sctp: implement memory accounting on rx pathXin Long2019-04-153-14/+14
* sctp: implement memory accounting on tx pathXin Long2019-04-151-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-1537-562/+852
|\
| * bridge: only include nf_queue.h if neededStephen Rothwell2019-04-151-0/+2
| * bridge: broute: make broute a real ebtables tableFlorian Westphal2019-04-124-39/+52
| * bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-124-7/+53
| * bridge: reduce size of input cb to 16 bytesFlorian Westphal2019-04-123-16/+16
| * netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal2019-04-113-91/+42
| * netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-118-124/+87
| * netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-114-6/+4
| * netfilter: make two functions staticFlorian Westphal2019-04-082-5/+3
| * netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2019-04-082-12/+32
| * netfilter: nft_redir: add inet supportFlorian Westphal2019-04-081-0/+61
| * netfilter: nft_masq: add inet supportFlorian Westphal2019-04-081-0/+64
| * netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-085-24/+19
| * netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-0810-214/+174
| * netfilter: nat: add inet family nat supportFlorian Westphal2019-04-084-17/+136
| * ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-082-5/+114
| * netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso2019-04-081-8/+2
| * netfilter: nft_redir: Make nft_redir_dump staticYueHaibing2019-04-081-1/+1
| * netfilter: nf_tables: remove unused parameter ctxColin Ian King2019-04-081-3/+2
| * time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-3/+1
* | ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern2019-04-121-2/+0
* | net/smc: improve smc_conn_create reason codesKarsten Graul2019-04-124-59/+58
* | net/smc: improve smc_listen_work reason codesKarsten Graul2019-04-122-46/+54
* | net/smc: code cleanup smc_listen_workKarsten Graul2019-04-121-15/+14
* | net/smc: cleanup of get vlan idKarsten Graul2019-04-123-6/+10
* | net/smc: consolidate function parametersKarsten Graul2019-04-127-141/+139
* | net/smc: check for ip prefix and subnetKarsten Graul2019-04-122-3/+10
* | net/smc: fallback to TCP after connect problemsKarsten Graul2019-04-121-4/+4
* | net/smc: nonblocking connect reworkUrsula Braun2019-04-122-42/+47
* | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-112-19/+12
* | sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-112-15/+39
* | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller2019-04-111-1/+10
* | sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-111-6/+10
* | sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-111-1/+1
* | net: sched: flower: fix filter net reference countingVlad Buslov2019-04-111-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-113-13/+150
|\ \
| * | bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev2019-04-121-0/+6
| * | bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-111-4/+8
| * | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+1
| * | bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-8/+135
* | | ipv6: Refactor __ip6_route_redirectDavid Ahern2019-04-111-23/+33
* | | ipv6: Refactor rt6_device_matchDavid Ahern2019-04-111-13/+25
* | | ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern2019-04-111-3/+3
* | | ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern2019-04-111-12/+13
* | | ipv6: Refactor find_rr_leafDavid Ahern2019-04-111-36/+30