Age | Commit message (Expand) | Author |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2020-11-19 | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() | Karsten Graul |
2020-11-19 | net/smc: fix matching of existing link groups | Karsten Graul |
2020-11-19 | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module | Georg Kohmann |
2020-11-18 | net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats | Heiner Kallweit |
2020-11-18 | atm: nicstar: Replace in_interrupt() usage | Sebastian Andrzej Siewior |
2020-11-18 | net: Have netpoll bring-up DSA management interface | Florian Fainelli |
2020-11-18 | ah6: fix error return code in ah6_input() | Zhang Changzhong |
2020-11-17 | ipv4: use IS_ENABLED instead of ifdef | Florian Klink |
2020-11-17 | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill() | Wang Hai |
2020-11-18 | bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list | John Fastabend |
2020-11-18 | bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self | John Fastabend |
2020-11-18 | bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self | John Fastabend |
2020-11-18 | bpf, sockmap: Use truesize with sk_rmem_schedule() | John Fastabend |
2020-11-18 | bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect | John Fastabend |
2020-11-18 | bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made | John Fastabend |
2020-11-17 | net/tls: Fix wrong record sn in async mode of device resync | Tariq Toukan |
2020-11-17 | net: datagram: fix some kernel-doc markups | Mauro Carvalho Chehab |
2020-11-17 | net: wan: Delete the DLCI / SDLA drivers | Xie He |
2020-11-17 | tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate | Ryan Sharpelletti |
2020-11-17 | net: dsa: tag_dsa: Use a consistent comment style | Tobias Waldekranz |
2020-11-17 | net: dsa: tag_dsa: Unify regular and ethertype DSA taggers | Tobias Waldekranz |
2020-11-17 | net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic | Tobias Waldekranz |
2020-11-16 | net/tls: fix corrupted data in recvmsg | Vadim Fedorenko |
2020-11-16 | net: bridge: add missing counters to ndo_get_stats64 callback | Heiner Kallweit |
2020-11-16 | mptcp: send explicit ack on delayed ack_seq incr | Paolo Abeni |
2020-11-16 | mptcp: keep track of advertised windows right edge | Florian Westphal |
2020-11-16 | mptcp: rework poll+nospace handling | Florian Westphal |
2020-11-16 | mptcp: try to push pending data on snd una updates | Paolo Abeni |
2020-11-16 | mptcp: move page frag allocation in mptcp_sendmsg() | Paolo Abeni |
2020-11-16 | mptcp: refactor shutdown and close | Paolo Abeni |
2020-11-16 | mptcp: introduce MPTCP snd_nxt | Paolo Abeni |
2020-11-16 | mptcp: add accounting for pending data | Paolo Abeni |
2020-11-16 | mptcp: reduce the arguments of mptcp_sendmsg_frag | Paolo Abeni |
2020-11-16 | mptcp: introduce mptcp_schedule_work | Paolo Abeni |
2020-11-16 | tcp: factor out __tcp_close() helper | Paolo Abeni |
2020-11-16 | mptcp: use tcp_build_frag() | Paolo Abeni |
2020-11-16 | tcp: factor out tcp_build_frag() | Paolo Abeni |
2020-11-16 | ipv6/netfilter: Discard first fragment not including all headers | Georg Kohmann |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel |
2020-11-16 | Modify return value of nla_strlcpy to match that of strscpy. | Francis Laniel |
2020-11-16 | Merge tag 'linux-can-fixes-for-5.10-20201115' of git://git.kernel.org/pub/scm... | Jakub Kicinski |
2020-11-15 | can: af_can: prevent potential access of uninitialized member in canfd_rcv() | Anant Thazhemadam |
2020-11-15 | can: af_can: prevent potential access of uninitialized member in can_rcv() | Anant Thazhemadam |
2020-11-14 | net: xfrm: use core API for updating/providing stats | Lev Stipakov |
2020-11-14 | net: openvswitch: use core API to update/provide stats | Lev Stipakov |
2020-11-14 | nfc: refined function nci_hci_resp_received | Alex Shi |
2020-11-14 | devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill() | Wang Hai |
2020-11-14 | inet: unexport udp{4|6}_lib_lookup_skb() | Eric Dumazet |