aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-9/+18
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron3-1/+10
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-22fq_codel: do not include <linux/jhash.h>Eric Dumazet1-1/+0
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-15/+6
2019-10-22net: dsa: allocate ports on touchVivien Didelot1-2/+14
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot1-21/+12
2019-10-22net: dsa: use ports list to find first CPU portVivien Didelot1-14/+3
2019-10-22net: dsa: use ports list to setup multiple master devicesVivien Didelot1-7/+15
2019-10-22net: dsa: use ports list to find a port by nodeVivien Didelot1-14/+3
2019-10-22net: dsa: use ports list for routing table setupVivien Didelot1-4/+3
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot1-52/+41
2019-10-22net: dsa: use ports list to find slaveVivien Didelot1-17/+6
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot1-6/+42
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot4-10/+12
2019-10-22net/smc: remove close abort workerUrsula Braun4-10/+19
2019-10-22net/smc: introduce link group termination workerUrsula Braun4-6/+22
2019-10-22net/smc: improve abnormal termination of link groupsUrsula Braun1-11/+29
2019-10-22net/smc: tell peers about abnormal link group terminationUrsula Braun3-6/+6
2019-10-22net/smc: improve link group freeingUrsula Braun2-17/+32
2019-10-22net/smc: improve abnormal termination lockingUrsula Braun1-5/+8
2019-10-22net/smc: terminate link group without holding lgr lockUrsula Braun1-8/+17
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun6-17/+32
2019-10-21net/sched: act_police: re-use tcf_tm_dump()Davide Caratti1-4/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller70-378/+579
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds68-362/+564
2019-10-19net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella1-3/+11
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella1-0/+3
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet4-0/+12
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-17net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde1-2/+7
2019-10-17net/rds: Remove unnecessary null checkYueHaibing1-2/+1
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin1-1/+0
2019-10-17Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet1-4/+8
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc1-0/+8
2019-10-16Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2-12/+10
2019-10-16Bluetooth: remove set but not used variable 'smp'YueHaibing1-6/+0
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes1-1/+1
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-6/+8
2019-10-15net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet1-2/+1
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-24/+25
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12