summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski285-1446/+3212
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds57-252/+380
2021-01-20Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-01-20X.509: Fix crash caused by NULL pointerTianjia Zhang1-1/+2
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai1-2/+0
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski3-8/+10
2021-01-20net: systemport: free dev before on error pathPan Bian1-2/+4
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler2-1/+13
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-6/+6
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann1-3/+3
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol1-2/+4
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol1-2/+2
2021-01-20tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng3-22/+22
2021-01-20net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-20bonding: add a vlan+srcmac tx hashing optionJarod Wilson5-8/+54
2021-01-20net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-20tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-20octeontx2-af: Remove unneeded semicolonsXu Wang3-4/+4
2021-01-20net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-20selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-20net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-20taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-20Merge branch 'net-ethernet-ti-am65-cpsw-nuss-introduce-support-for-am64x-cpsw3g'Jakub Kicinski5-61/+101
2021-01-20net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra1-0/+7
2021-01-20net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi1-0/+10
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2-41/+40
2021-01-20dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3gGrygorii Strashko1-20/+30
2021-01-20dt-binding: ti: am65x-cpts: add assigned-clock and power-domains propsGrygorii Strashko1-0/+7
2021-01-20selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2021-01-20net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-20sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2021-01-20net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2-0/+8
2021-01-20Merge branch 'net-support-sctp-crc-csum-offload-for-tunneling-packets-in-some...Jakub Kicinski8-67/+12
2021-01-20net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: igb: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: add inline function skb_csum_is_sctpXin Long3-2/+7
2021-01-20Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'Jakub Kicinski2-2/+3
2021-01-20netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-20udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-20xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-20Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2021-01-20bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu1-1/+1
2021-01-20Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-9/+61