summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ipv6: Refactor find_matchDavid Ahern2019-04-111-18/+32
* | ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern2019-04-111-8/+10
* | ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2019-04-111-8/+8
* | ipv6: Remove rt6_check_devDavid Ahern2019-04-111-11/+4
* | ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern2019-04-111-9/+7
* | dns: remove redundant zero length namelen checkColin Ian King2019-04-111-2/+0
* | tipc: use standard write_lock & unlock functions when creating nodeJon Maloy2019-04-111-2/+3
* | net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov2019-04-111-3/+3
* | netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault2019-04-111-1/+1
* | net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi2019-04-111-3/+1
* | fou: correct spelling of encapsulationSimon Horman2019-04-101-2/+2
* | net/sched: cbs: fix port_rate miscalculationLeandro Dorileo2019-04-101-14/+84
* | net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo2019-04-101-16/+81
* | net: strparser: fix commentJakub Kicinski2019-04-101-1/+1
* | ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-102-2/+4
* | Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-102-4/+7
* | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-102-9/+16
* | net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni2019-04-101-33/+17
* | net: caif: avoid using qdisc_qlen()Paolo Abeni2019-04-101-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-083-12/+31
|\ \
| * | net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-081-7/+13
| * | net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-081-5/+10
| * | NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* | | ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-082-8/+121
* | | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+2
* | | ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-081-2/+8