aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-12-03Merge branch 'akpm-current/current'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'nfc-next/master'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'ceph/master'Stephen Rothwell
2019-12-03Merge remote-tracking branch 'netfilter/master'Stephen Rothwell
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-02sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle
2019-12-03kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni
2019-12-02netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-30netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso
2019-11-30netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal
2019-11-30netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor
2019-11-30netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu
2019-11-30netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-11-29netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-11-28net/tls: free the record on encryption errorJakub Kicinski
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2019-11-28Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26openvswitch: fix flow command message sizePaolo Abeni
2019-11-26net: psample: fix skb_over_panicNikolay Aleksandrov
2019-11-26net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe
2019-11-26net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-26net-sctp: replace some sock_net(sk) with just 'net'Maciej Żenczykowski
2019-11-26tipc: fix link name length checkJohn Rutherford
2019-11-26Merge branch 'core/rcu'Ingo Molnar