aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-05-01packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-05-01packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh1-23/+74
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long2-37/+27
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet2-10/+3
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn5-774/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean3-21/+36
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-1/+4
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-7/+45
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-4/+8
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-04-30l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing1-0/+1
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller30-1499/+1226
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller11-48/+68
2019-04-30netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"Colin Ian King1-1/+1
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen1-0/+8
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner1-6/+20
2019-04-30netfilter: nf_nat: register NAT helpers.Flavio Leitner5-6/+39
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner7-36/+140