Age | Commit message (Expand) | Author |
2019-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-12-07 | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-12-07 | Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2019-12-07 | net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() | Eric Dumazet |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-12-07 | gre: refetch erspan header from skb->data after pskb_may_pull() | Cong Wang |
2019-12-06 | tcp: md5: fix potential overestimation of TCP option space | Eric Dumazet |
2019-12-06 | net: sched: allow indirect blocks to bind to clsact in TC | John Hurley |
2019-12-06 | net: core: rename indirect block ingress cb function | John Hurley |
2019-12-06 | net-sysfs: Call dev_hold always in netdev_queue_add_kobject | Jouni Hogander |
2019-12-06 | net: dsa: fix flow dissection on Tx path | Alexander Lobakin |
2019-12-06 | net/tls: Fix return values to avoid ENOTSUPP | Valentin Vidic |
2019-12-06 | net: avoid an indirect call in ____sys_recvmsg() | Eric Dumazet |
2019-12-06 | tipc: fix ordering of tipc module init and exit routine | Taehee Yoo |
2019-12-06 | mqprio: Fix out-of-bounds access in mqprio_dump | Vladyslav Tarasiuk |
2019-12-06 | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-12-05 | Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-12-05 | hsr: fix a NULL pointer dereference in hsr_dev_xmit() | Taehee Yoo |
2019-12-04 | kernel/notifier.c: remove blocking_notifier_chain_cond_register() | Xiaoming Ni |
2019-12-04 | net: Fixed updating of ethertype in skb_mpls_push() | Martin Varghese |
2019-12-04 | NFC: NCI: use new `delay` structure for SPI transfer delays | Alexandru Ardelean |
2019-12-04 | xdp: obtain the mem_id mutex before trying to remove an entry. | Jonathan Lemon |
2019-12-04 | act_ct: support asymmetric conntrack | Aaron Conole |
2019-12-04 | openvswitch: support asymmetric conntrack | Aaron Conole |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca |
2019-12-04 | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca |
2019-12-03 | cls_flower: Fix the behavior using port ranges with hw-offload | Yoshiki Komachi |
2019-12-03 | net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues | Dust Li |
2019-12-03 | tcp: refactor tcp_retransmit_timer() | Eric Dumazet |
2019-12-03 | net/core: Populate VF index in struct ifla_vf_guid | Danit Goldberg |
2019-12-03 | net: bridge: deny dev_set_mac_address() when unregistering | Nikolay Aleksandrov |
2019-12-03 | net: fix a leak in register_netdevice() | Dan Carpenter |
2019-12-03 | io_uring: ensure async punted connect requests copy data | Jens Axboe |
2019-12-03 | io_uring: ensure async punted sendmsg/recvmsg requests copy data | Jens Axboe |
2019-12-02 | Fixed updating of ethertype in function skb_mpls_pop | Martin Varghese |
2019-12-02 | sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO | Victorien Molle |
2019-12-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-12-01 | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-12-01 | openvswitch: remove another BUG_ON() | Paolo Abeni |
2019-12-01 | openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() | Paolo Abeni |
2019-11-30 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-11-30 | net: sched: fix `tc -s class show` no bstats on class with nolock subqueues | Dust Li |
2019-11-28 | tipc: fix duplicate SYN messages under link congestion | Tung Nguyen |
2019-11-28 | tipc: fix wrong timeout input for tipc_wait_for_cond() | Tung Nguyen |
2019-11-28 | tipc: fix wrong socket reference counter after tipc_sk_timeout() returns | Tung Nguyen |
2019-11-28 | tipc: fix potential memory leak in __tipc_sendmsg() | Tung Nguyen |
2019-11-28 | net/tls: use sg_next() to walk sg entries | Jakub Kicinski |
2019-11-28 | net/tls: remove the dead inplace_crypto code | Jakub Kicinski |
2019-11-28 | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski |