summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: remove set but not used variable 'smp'YueHaibing2019-10-161-6/+0
* | | | tcp: add TCP_INFO status for failed client TFOJason Baron2019-10-263-1/+10
* | | | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince2019-10-261-0/+2
* | | | fq_codel: do not include <linux/jhash.h>Eric Dumazet2019-10-231-1/+0
* | | | net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-15/+6
* | | | net: dsa: allocate ports on touchVivien Didelot2019-10-221-2/+14
* | | | net: dsa: use ports list to setup default CPU portVivien Didelot2019-10-221-21/+12
* | | | net: dsa: use ports list to find first CPU portVivien Didelot2019-10-221-14/+3
* | | | net: dsa: use ports list to setup multiple master devicesVivien Didelot2019-10-221-7/+15
* | | | net: dsa: use ports list to find a port by nodeVivien Didelot2019-10-221-14/+3
* | | | net: dsa: use ports list for routing table setupVivien Didelot2019-10-221-4/+3
* | | | net: dsa: use ports list to setup switchesVivien Didelot2019-10-221-52/+41
* | | | net: dsa: use ports list to find slaveVivien Didelot2019-10-221-17/+6
* | | | net: dsa: add ports list in the switch fabricVivien Didelot2019-10-221-6/+42
* | | | net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-224-10/+12
* | | | net/smc: remove close abort workerUrsula Braun2019-10-224-10/+19
* | | | net/smc: introduce link group termination workerUrsula Braun2019-10-224-6/+22
* | | | net/smc: improve abnormal termination of link groupsUrsula Braun2019-10-221-11/+29
* | | | net/smc: tell peers about abnormal link group terminationUrsula Braun2019-10-223-6/+6
* | | | net/smc: improve link group freeingUrsula Braun2019-10-222-17/+32
* | | | net/smc: improve abnormal termination lockingUrsula Braun2019-10-221-5/+8
* | | | net/smc: terminate link group without holding lgr lockUrsula Braun2019-10-221-8/+17
* | | | net/smc: cancel send and receive for terminated socketUrsula Braun2019-10-226-17/+32
* | | | net/sched: act_police: re-use tcf_tm_dump()Davide Caratti2019-10-211-4/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2070-378/+579
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1968-362/+564
| |\ \ \ \
| | * | | | net: dsa: fix switch tree listVivien Didelot2019-10-191-1/+1
| | * | | | net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-191-0/+2
| | * | | | net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-191-3/+6
| | * | | | vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
| | * | | | vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
| | * | | | net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-184-0/+12
| | * | | | ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-181-1/+1
| | * | | | ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-181-3/+6
| | * | | | rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
| | * | | | Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2019-10-162-12/+10
| | * | | | sctp: change sctp_prot .no_autobind with trueXin Long2019-10-161-2/+2
| | * | | | sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-161-1/+1
| | * | | | net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-161-6/+8
| | * | | | tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet2019-10-161-2/+6
| | * | | | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-163-14/+22
| | * | | | net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-161-1/+1
| | * | | | blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2019-10-152-10/+12
| | * | | | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-136-13/+13
| | * | | | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-134-9/+14
| | * | | | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-135-9/+12
| | * | | | tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-132-3/+4
| | * | | | tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-133-8/+11
| | * | | | tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-136-27/+35
| | * | | | tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-137-18/+19