summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-17net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-16mptcp: send explicit ack on delayed ack_seq incrPaolo Abeni1-13/+21
2020-11-16mptcp: keep track of advertised windows right edgeFlorian Westphal3-5/+69
2020-11-16mptcp: rework poll+nospace handlingFlorian Westphal3-51/+54
2020-11-16mptcp: try to push pending data on snd una updatesPaolo Abeni1-0/+3
2020-11-16mptcp: move page frag allocation in mptcp_sendmsg()Paolo Abeni1-217/+189
2020-11-16mptcp: refactor shutdown and closePaolo Abeni5-110/+273
2020-11-16mptcp: introduce MPTCP snd_nxtPaolo Abeni3-12/+16
2020-11-16mptcp: add accounting for pending dataPaolo Abeni2-3/+36
2020-11-16mptcp: reduce the arguments of mptcp_sendmsg_fragPaolo Abeni1-24/+29
2020-11-16mptcp: introduce mptcp_schedule_workPaolo Abeni3-16/+24
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2020-11-16mptcp: use tcp_build_frag()Paolo Abeni1-17/+8
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-52/+67
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2-20/+44
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel21-32/+32
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel3-3/+3
2020-11-16Merge tag 'linux-can-fixes-for-5.10-20201115' of git://git.kernel.org/pub/scm...Jakub Kicinski1-10/+28
2020-11-15can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam1-5/+14
2020-11-15can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam1-5/+14
2020-11-15net: xfrm: use core API for updating/providing statsLev Stipakov1-17/+2
2020-11-15net: openvswitch: use core API to update/provide statsLev Stipakov1-22/+7
2020-11-15nfc: refined function nci_hci_resp_receivedAlex Shi1-6/+3
2020-11-15devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai1-2/+4
2020-11-15inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2-2/+0
2020-11-15tcp: uninline tcp_stream_memory_free()Eric Dumazet1-0/+14
2020-11-15IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+3
2020-11-14netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn1-5/+0
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long3-5/+5
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-42/+217
2020-11-14ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi2-17/+62
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-0/+59
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike3-0/+15
2020-11-14tipc: fix -Wstringop-truncation warningsWenlin Kang1-4/+1
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski21-275/+131
2020-11-13Merge tag 'mac80211-for-net-2020-11-13' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski5-43/+20
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-13bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+74
2020-11-13bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau1-19/+19
2020-11-13bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2020-11-13net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He1-0/+1
2020-11-13net/ncsi: Fix netlink registrationJoel Stanley3-27/+3
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-32/+91
2020-11-13net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-13Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-28/+86
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2-4/+30