summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-251-1/+0
|\
| * SUNRPC: remove duplicate includeWang Hai2020-08-191-1/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2385-176/+175
* | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
|\ \
| * | bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
* | | tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-201-0/+2
* | | net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-201-1/+1
* | | net: sctp: Fix negotiation of the number of data streams.David Laight2020-08-201-2/+4
* | | gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-08-201-1/+9
* | | net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye2020-08-201-7/+9
* | | netlink: fix state reallocation in policy exportJohannes Berg2020-08-191-0/+3
* | | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-7/+7
* | | ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy2020-08-181-7/+4
* | | ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy2020-08-181-1/+2
* | | ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy2020-08-181-4/+7
* | | ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-182-42/+26
* | | net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-08-181-3/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1716-86/+230
|\ \ \ | |_|/ |/| |
| * | net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-08-171-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-161-3/+5
| * net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn2020-08-161-1/+1
| * tipc: not enable tipc when ipv6 works as a moduleXin Long2020-08-161-0/+1
| * tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-161-1/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-166-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-161-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-161-2/+2
| * | | net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld2020-08-161-0/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-142-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-121-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