summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1816-86/+230
|\
| * net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-08-181-9/+11
| * Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller2020-08-171-1/+0
| * mptcp: sendmsg: reset iter on error reduxFlorian Westphal2020-08-171-3/+5
| * net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn2020-08-171-1/+1
| * tipc: not enable tipc when ipv6 works as a moduleXin Long2020-08-171-0/+1
| * tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-171-1/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-176-32/+30
| |\
| | * netfilter: ebtables: reject bogus getopt len valueFlorian Westphal2020-08-141-0/+4
| | * netfilter: nf_tables: free chain context when BINDING flag is missingFlorian Westphal2020-08-131-2/+4
| | * netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-08-132-5/+6
| | * netfilter: nft_compat: remove flush counter optimizationFlorian Westphal2020-08-101-23/+14
| | * netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra2020-08-101-2/+2
| * | Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-171-12/+36
| |\ \
| | * | can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong2020-08-151-8/+20
| | * | can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong2020-08-151-1/+1
| | * | can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong2020-08-151-0/+1
| | * | can: j1939: fix support for multipacket broadcast messageZhang Changzhong2020-08-151-3/+14
| * | | net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-171-2/+2
| * | | net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-171-0/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-152-17/+66
| |\ \
| | * | bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend2020-08-131-11/+38
| | * | bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend2020-08-131-2/+24
| | * | bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko2020-08-131-4/+4
| * | | mptcp: sendmsg: reset iter on errorFlorian Westphal2020-08-141-2/+6
| * | | Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-142-8/+62
| |\ \ \
| | * | | can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel2020-08-141-1/+14
| | * | | can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel2020-08-141-7/+15
| | * | | can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel2020-08-141-0/+8
| | * | | can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel2020-08-141-0/+15
| | * | | can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel2020-08-142-0/+5
| | * | | can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet2020-08-141-0/+5
* | | | | Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-08-151-1/+1
|\ \ \ \ \
| * | | | | net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk2020-07-191-1/+1
* | | | | | Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-152-1/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SUNRPC dont update timeout value on connection resetOlga Kornievskaia2020-08-051-0/+9
| * | | | | sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni2020-07-171-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1420-146/+198
|\ \ \ \ \ \
| * | | | | | net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-143-21/+27
| * | | | | | af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-141-2/+7
| | |_|/ / / | |/| | | |
| * | | | | Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * | | | | net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
| * | | | | ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * | | | | vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
| * | | | | net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-121-0/+1
| * | | | | net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-121-44/+53
| * | | | | net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-121-10/+15
| * | | | | net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
| * | | | | net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
| | |_|/ / | |/| | |
| * | | | tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-103-24/+31