Age | Commit message (Expand) | Author |
2020-08-22 | net: nexthop: don't allow empty NHA_GROUP | Nikolay Aleksandrov |
2020-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-08-20 | tipc: call rcu_read_lock() in tipc_aead_encrypt_done() | Xin Long |
2020-08-20 | net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow | Alaa Hleihel |
2020-08-20 | net: sctp: Fix negotiation of the number of data streams. | David Laight |
2020-08-20 | gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY | Mark Tomlinson |
2020-08-20 | bpf: xdp: Fix XDP mode when no mode flags specified | Andrii Nakryiko |
2020-08-20 | net/smc: Prevent kernel-infoleak in __smc_diag_dump() | Peilin Ye |
2020-08-19 | netlink: fix state reallocation in policy export | Johannes Berg |
2020-08-18 | net: ipv4: remove duplicate "the the" phrase in Kconfig text | Colin Ian King |
2020-08-18 | ethtool: Don't omit the netlink reply if no features were changed | Maxim Mikityanskiy |
2020-08-18 | ethtool: Account for hw_features in netlink interface | Maxim Mikityanskiy |
2020-08-18 | ethtool: Fix preserving of wanted feature bits in netlink interface | Maxim Mikityanskiy |
2020-08-18 | ipv6: some fixes for ipv6_dev_find() | Xin Long |
2020-08-18 | net: handle the return value of pskb_carve_frag_list() correctly | Miaohe Lin |
2020-08-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-17 | net: qrtr: fix usage of idr in port assignment to socket | Necip Fazil Yildiran |
2020-08-17 | Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" | David S. Miller |
2020-08-16 | mptcp: sendmsg: reset iter on error redux | Florian Westphal |
2020-08-16 | net: devlink: Remove overzealous WARN_ON with snapshots | Andrew Lunn |
2020-08-16 | tipc: not enable tipc when ipv6 works as a module | Xin Long |
2020-08-16 | tipc: fix uninit skb->data in tipc_nl_compat_dumpit() | Cong Wang |
2020-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2020-08-16 | Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/... | David S. Miller |
2020-08-16 | net: Fix potential wrong skb->protocol in skb_vlan_untag() | Miaohe Lin |
2020-08-16 | net: xdp: pull ethernet header off packet after computing skb->protocol | Jason A. Donenfeld |
2020-08-15 | Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux | Linus Torvalds |
2020-08-15 | Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-08-15 | can: j1939: add rxtimer for multipacket broadcast session | Zhang Changzhong |
2020-08-15 | can: j1939: abort multipacket broadcast session when timeout occurs | Zhang Changzhong |
2020-08-15 | can: j1939: cancel rxtimer on multipacket broadcast session complete | Zhang Changzhong |
2020-08-15 | can: j1939: fix support for multipacket broadcast message | Zhang Changzhong |
2020-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-08-14 | mptcp: sendmsg: reset iter on error | Florian Westphal |
2020-08-14 | Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git.kernel.org/pub/scm/... | David S. Miller |
2020-08-14 | can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ... | Oleksij Rempel |
2020-08-14 | can: j1939: transport: add j1939_session_skb_find_by_offset() function | Oleksij Rempel |
2020-08-14 | can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated | Oleksij Rempel |
2020-08-14 | can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19... | Oleksij Rempel |
2020-08-14 | can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ... | Oleksij Rempel |
2020-08-14 | can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can() | Eric Dumazet |
2020-08-14 | netfilter: ebtables: reject bogus getopt len value | Florian Westphal |
2020-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-13 | net: openvswitch: introduce common code for flushing flows | Tonghao Zhang |
2020-08-13 | af_packet: TPACKET_V3: fix fill status rwlock imbalance | John Ogness |
2020-08-13 | bpf: sock_ops sk access may stomp registers when dst_reg = src_reg | John Fastabend |
2020-08-13 | bpf: sock_ops ctx access may stomp registers in corner case | John Fastabend |
2020-08-13 | netfilter: nf_tables: free chain context when BINDING flag is missing | Florian Westphal |
2020-08-13 | netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency | Florian Westphal |
2020-08-12 | bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST | Andrii Nakryiko |