aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-15net: i82596: fix dma_alloc_attr for sni_82596Thomas Bogendoerfer3-4/+8
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: dsa: sja1105: Use the correct style for SPDX License IdentifierNishad Kamdar5-10/+10
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-15Merge branch 'Update-MT7629-to-support-PHYLINK-API'David S. Miller3-3/+13
2019-10-15arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-bindingMarkLee2-3/+12
2019-10-15net: ethernet: mediatek: Fix MT7629 missing GMII mode supportMarkLee1-0/+1
2019-10-15Merge branch 'mpls-push-pop-fix'David S. Miller4-17/+26
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti4-16/+25
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-15net: cavium: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-15net: dsa: microchip: Use the correct style for SPDX License IdentifierNishad Kamdar2-4/+4
2019-10-15net: ethernet: broadcom: have drivers select DIMLIB as neededRandy Dunlap1-1/+3
2019-10-15net: Update address for vrf and l3mdev in MAINTAINERSDavid Ahern1-2/+2
2019-10-15net: bcmgenet: Set phydev->dev_flags only for internal PHYsFlorian Fainelli1-2/+3
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2-10/+12
2019-10-15Merge tag 'wireless-drivers-for-davem-2019-10-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller11-189/+239
2019-10-14Merge branch 'aquantia-fixes'David S. Miller8-30/+77
2019-10-14net: aquantia: correctly handle macvlan and multicast coexistenceDmitry Bogdanov3-22/+21
2019-10-14net: aquantia: do not pass lro session with invalid tcp checksumDmitry Bogdanov1-1/+2
2019-10-14net: aquantia: when cleaning hw cache it should be toggledIgor Russkikh4-6/+53
2019-10-14net: aquantia: temperature retrieval fixIgor Russkikh1-1/+1
2019-10-14ath10k: fix latency issue for QCA988xMiaoqing Pan1-6/+9
2019-10-13netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exitYueHaibing1-1/+2
2019-10-13net/ibmvnic: Fix EOI when running in XIVE mode.Cédric Le Goater1-5/+3
2019-10-13net: lpc_eth: avoid resetting twiceAlexandre Belloni1-3/+0
2019-10-13Merge branch 'tcp-address-KCSAN-reports-in-tcp_poll-part-I'David S. Miller21-128/+175
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet8-19/+24
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet5-16/+25
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet7-12/+15
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet4-9/+13
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet7-28/+36
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet7-18/+19
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet6-10/+15
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet11-24/+35
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller11-34/+95
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-10-10Merge branch 'smc-fixes'Jakub Kicinski2-9/+25
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun1-1/+4
2019-10-10net: update net_dim documentation after renameJacob Keller1-18/+18
2019-10-10r8169: fix jumbo packet handling on resume from suspendHeiner Kallweit1-24/+11
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet4-4/+5
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet5-5/+7
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet6-10/+10
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2-3/+3