aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren1-0/+20
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+6
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren1-36/+1
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren1-2/+0
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-9/+7
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren1-0/+33
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+8
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller21-68/+262
2019-05-06netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-0/+23
2019-05-05net: use indirect calls helpers at the socket layerPaolo Abeni1-4/+16
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni4-4/+10
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni4-4/+15
2019-05-05net: use indirect calls helpers for ptype hookPaolo Abeni1-2/+4
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita4-0/+23
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-05-05net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King1-1/+1
2019-05-05cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce1-0/+2
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern2-30/+23
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern2-26/+28
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing1-1/+1
2019-05-04ipmr_base: Do not reset index in mr_table_dumpDavid Ahern1-2/+1
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-05-04genetlink: do not validate dump requests if there is no policyMichal Kubecek1-10/+14
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien3-7/+84
2019-05-04cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce1-0/+3
2019-05-04net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva1-1/+1
2019-05-04net: add a generic tracepoint for TX queue timeoutCong Wang1-0/+2
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern1-0/+2
2019-05-03net/smc: Use rdma_read_gid_l2_fields to L2 fieldsParav Pandit1-8/+8
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-181/+250
2019-05-01rpcpipe: switch to ->free_inode()Al Viro1-9/+2
2019-05-01udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire1-5/+3
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes1-6/+29
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes1-8/+51
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2-0/+7
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng2-1/+5
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2-1/+17