aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-181/+250
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-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-04-29vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreachStephen Suryaputra1-6/+17
2019-04-29tcp: add sanity tests in tcp_add_backlog()Eric Dumazet1-1/+12
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-04-29Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-6/+9
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn11-76/+11
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn4-0/+9
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn4-4/+5
2019-04-28dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn10-2/+52