aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 12-128/+157
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-22/+19
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-12/+21
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-22/+30
2020-02-07Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 13-261/+199
2020-02-07bpf: Improve bucket_log calculation logicGravatar Martin KaFai Lau 1-2/+3
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapGravatar Jakub Sitnicki 1-0/+4
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downGravatar Jakub Sitnicki 1-4/+4
2020-02-07bpf, sockmap: Check update requirements after lockingGravatar Lorenz Bauer 1-6/+10
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logGravatar Al Viro 1-4/+4
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-1/+1
2020-02-07switch rbd and libceph to p_log-based primitivesGravatar Al Viro 1-12/+14
2020-02-07sunrpc: expiry_time should be seconds not timevalGravatar Roberto Bergantinos Corpas 1-0/+4
2020-02-07drop_monitor: Do not cancel uninitialized work itemGravatar Ido Schimmel 1-1/+3
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Gravatar Eric Dumazet 1-0/+3
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingGravatar Vinicius Costa Gomes 1-2/+2
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationGravatar Vinicius Costa Gomes 1-1/+1
2020-02-07taprio: Add missing policy validation for flagsGravatar Vinicius Costa Gomes 1-0/+1
2020-02-07taprio: Fix still allowing changing the flags during runtimeGravatar Vinicius Costa Gomes 1-20/+41
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesGravatar Vinicius Costa Gomes 1-13/+13
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksGravatar David Howells 1-3/+19
2020-02-07rxrpc: Fix service call disconnectionGravatar David Howells 1-2/+1
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-1/+1
2020-02-06net: sched: prevent a use after freeGravatar Dan Carpenter 1-1/+1
2020-02-06skbuff: fix a data race in skb_queue_len()Gravatar Qian Cai 1-2/+9
2020-02-06Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-111/+13
2020-02-06mptcp: fix use-after-free for ipv6Gravatar Florian Westphal 1-3/+33
2020-02-05devlink: report 0 after hitting end in region readGravatar Jacob Keller 1-0/+6
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Gravatar Cong Wang 1-2/+1
2020-02-05mptcp: fix use-after-free on tcp fallbackGravatar Florian Westphal 1-70/+6
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 21-120/+153
2020-02-04l2tp: Allow duplicate session creation with UDPGravatar Ridge Kennedy 1-1/+6
2020-02-04net_sched: fix an OOB access in cls_tcindexGravatar Cong Wang 1-20/+20
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Gravatar Eric Dumazet 1-0/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 3-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 10-109/+103
2020-02-03SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Gravatar Trond Myklebust 1-1/+1
2020-02-03Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Jakub Kicinski 10-69/+83
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectGravatar David Howells 5-24/+15
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedGravatar SeongJae Park 1-1/+7
2020-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar Jakub Kicinski 5-25/+27
2020-02-01cls_rsvp: fix rsvp_policyGravatar Eric Dumazet 1-4/+2
2020-01-31tcp: clear tp->segs_{in|out} in tcp_disconnect()Gravatar Eric Dumazet 1-0/+2
2020-01-31tcp: clear tp->data_segs{in|out} in tcp_disconnect()Gravatar Eric Dumazet 1-0/+2
2020-01-31tcp: clear tp->delivered in tcp_disconnect()Gravatar Eric Dumazet 1-0/+1
2020-01-31tcp: clear tp->total_retrans in tcp_disconnect()Gravatar Eric Dumazet 1-0/+1