summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang4-16/+27
2020-07-07ipv6: Fix use of anycast address with loopbackDavid Ahern1-1/+1
2020-07-07net: usb: qmi_wwan: add support for Quectel EG95 LTE modemAceLan Kao1-0/+1
2020-07-07Merge branch 'net-ipa-fix-warning-reported-errors'David S. Miller3-3/+6
2020-07-07net: ipa: include declarations in "ipa_gsi.c"Alex Elder1-0/+1
2020-07-07net: ipa: declare struct types in "ipa_gsi.h"Alex Elder1-0/+2
2020-07-07net: ipa: fix QMI structure definition bugsAlex Elder1-3/+3
2020-07-06ipv6: fib6_select_path can not use out path for nexthop objectsDavid Ahern2-1/+17
2020-07-06Merge branch 'hns3-fixes'David S. Miller4-6/+13
2020-07-06net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-07-06Merge branch 'smsc95xx-fix-smsc95xx_bind'David S. Miller1-1/+8
2020-07-06smsc95xx: avoid memory leak in smsc95xx_bindAndre Edich1-1/+2
2020-07-06smsc95xx: check return value of smsc95xx_resetAndre Edich1-0/+6
2020-07-06drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He1-1/+8
2020-07-05Merge branch 'net-rmnet-fix-interface-leak-for-rmnet-module'David S. Miller1-5/+13
2020-07-05net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo1-0/+5
2020-07-05net: rmnet: fix lower interface leakTaehee Yoo1-9/+12
2020-07-05hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo1-4/+7
2020-07-05hinic: fix sending mailbox timeout in aeq event workLuo bin2-19/+88
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-5/+7
2020-07-05Merge branch 'Documentation-networking-eliminate-doubled-words'David S. Miller7-8/+8
2020-07-05Documentation: networking: rxrpc: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: networking: ipvs-sysctl: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: networking: ip-sysctl: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: networking: dsa: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: networking: can_ucan_protocol: drop doubled wordsRandy Dunlap1-2/+2
2020-07-05Documentation: networking: ax25: drop doubled wordRandy Dunlap1-1/+1
2020-07-05Documentation: networking: arcnet: drop doubled wordRandy Dunlap1-1/+1
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen19-51/+86
2020-07-03netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso1-0/+2
2020-07-03MAINTAINERS: net: macb: add Claudiu as co-maintainerNicolas Ferre1-0/+1
2020-07-03net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-03tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-02net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne1-0/+1
2020-07-02tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet1-0/+2
2020-07-02ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn3-5/+5
2020-07-02tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-3/+5
2020-07-02rds: If one path needs re-connection, check all and re-connectRao Shoaib3-1/+20
2020-07-02tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2-9/+18
2020-07-02genetlink: remove genl_bindSean Tranchetti2-57/+0
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin1-0/+2
2020-07-01net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter1-1/+5
2020-07-01tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2-2/+8
2020-07-01net: qrtr: free flow in __qrtr_node_releaseCarl Huang1-1/+3
2020-07-01net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4
2020-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller35-232/+486
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song4-2/+63