summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0230-181/+250
|\
| * udp: fix GRO packet of deathEric Dumazet2019-05-011-3/+10
| * ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18
| * rds: ib: force endiannes annotationNicholas Mc Guire2019-05-011-5/+3
| * ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
| * net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-011-1/+2
| * packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-011-10/+14
| * packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-011-2/+11
| * sctp: avoid running the sctp state machine recursivelyXin Long2019-05-012-37/+27
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-302-10/+3
| * l2ip: fix possible use-after-freeEric Dumazet2019-04-301-4/+4
| * appletalk: Set error code if register_snap_client failedYueHaibing2019-04-301-0/+1
| * rxrpc: Fix net namespace cleanupDavid Howells2019-04-301-16/+16
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3011-48/+68
| |\
| | * xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-04-021-11/+13
| | * xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-03-272-4/+15
| | * esp4: add length check for UDP encapsulationSabrina Dubroca2019-03-261-5/+15
| | * xfrm: clean up xfrm protocol checksCong Wang2019-03-264-16/+6
| | * vti4: removed duplicate log message.Jeremy Sowden2019-03-211-3/+1
| | * vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-03-211-2/+3
| | * Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert2019-03-201-23/+7
| | * xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun2019-03-151-0/+4
| | * net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun2019-03-081-7/+23
| | * xfrm: Reset secpath in xfrm failureMyungho Jung2019-03-082-6/+10
| | * xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing2019-03-011-1/+1
| * | ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-04-291-6/+12
| * | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra2019-04-291-6/+17
| * | tcp: add sanity tests in tcp_add_backlog()Eric Dumazet2019-04-291-1/+12
| * | ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-291-2/+2
| * | Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-294-6/+9
| |\ \
| | * | mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-04-231-1/+1
| | * | cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2
| | * | mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
| | * | mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
| * | | udp: fix GRO reception in case of length mismatchPaolo Abeni2019-04-271-4/+5
| * | | net/tls: fix copy to fragments in reencryptJakub Kicinski2019-04-271-7/+22
| * | | net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-04-271-6/+8
| * | | genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
| * | | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-04-261-1/+1
* | | | taprio: Add support for cycle-time-extensionVinicius Costa Gomes2019-05-011-6/+29
* | | | taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2019-05-011-8/+51
* | | | taprio: Add support adding an admin scheduleVinicius Costa Gomes2019-05-011-193/+318
* | | | taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes2019-05-011-6/+8
* | | | tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-013-22/+26
* | | | tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25
* | | | tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
* | | | tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
* | | | tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-012-0/+7
* | | | tcp: better SYNACK sent timestampYuchung Cheng2019-05-012-1/+5
* | | | tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-012-1/+17