summaryrefslogtreecommitdiffstats
path: root/net/8021q (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-14can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel1-7/+15
2020-08-14can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel1-0/+8
2020-08-14can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel1-0/+15
2020-08-14can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel2-0/+5
2020-08-14can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet1-0/+5
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller1-1/+0
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet1-5/+7
2020-08-12net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-12net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-12ipv4: tunnel: fix compilation on ARCH=umJohannes Berg1-0/+1
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella1-1/+1
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-12net: initialize fastreuse on inet_inherit_portTim Froidcoeur1-0/+1
2020-08-12net: refactor bind_bucket fastreuse into helperTim Froidcoeur2-44/+57
2020-08-12net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn1-11/+7
2020-08-12net: Fix potential memory leak in proto_register()Miaohe Lin1-10/+15
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai1-3/+14
2020-08-11ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang1-2/+2
2020-08-11net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-08-11hinic: fix strncpy output truncated compile warningsLuo bin2-22/+12
2020-08-11drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He1-0/+14
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-08-10bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski1-1/+1
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron4-24/+33
2020-08-10nfp: update maintainerJakub Kicinski1-1/+2
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi1-1/+2
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig3-37/+9
2020-08-08net: Convert to use the fallthrough macroMiaohe Lin1-3/+3
2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin1-1/+1
2020-08-08net: Remove meaningless jump label out_fsMiaohe Lin1-2/+1
2020-08-08net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin1-1/+1
2020-08-08net: Use helper function fdput()Miaohe Lin1-4/+2
2020-08-08net: phy: fix memory leak in device-create error pathJohan Hovold1-4/+4
2020-08-08net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-08-08mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni1-3/+3
2020-08-08mptcp: more stable diag self-testsPaolo Abeni1-4/+5
2020-08-08selftests: mptcp: fix dependeciesPaolo Abeni1-0/+2
2020-08-08r8152: Use MAC address from correct device tree nodeThierry Reding1-1/+1
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-07selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-22/+26
2020-08-07bpf, doc: Remove references to warning message when using bpf_trace_printk()Alan Maguire1-11/+0
2020-08-07drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv3-14/+21