Age | Commit message (Expand) | Author |
2020-05-12 | netlabel: cope with NULL catmap | Paolo Abeni |
2020-05-12 | tcp: fix SO_RCVLOWAT hangs with fat skbs | Eric Dumazet |
2020-05-12 | mptcp: Initialize map_seq upon subflow establishment | Christoph Paasch |
2020-05-09 | netprio_cgroup: Fix unlimited memory leak of v2 cgroups | Zefan Li |
2020-05-08 | net: ipv4: really enforce backoff for redirects | Paolo Abeni |
2020-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2020-05-08 | net: tcp: fix rx timestamp behavior for tcp_recvmsg | Kelly Littlepage |
2020-05-07 | net: fix a potential recursive NETDEV_FEAT_CHANGE | Cong Wang |
2020-05-07 | mptcp: set correct vfs info for subflows | Paolo Abeni |
2020-05-07 | Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu" | Maciej Żenczykowski |
2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-05-06 | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE | Pablo Neira Ayuso |
2020-05-06 | net: dsa: Do not leave DSA master with NULL netdev_ops | Florian Fainelli |
2020-05-06 | net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred | Vladimir Oltean |
2020-05-06 | seg6: fix SRH processing to comply with RFC8754 | Ahmed Abdelsalam |
2020-05-06 | net: hsr: fix incorrect type usage for protocol variable | Murali Karicheri |
2020-05-06 | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size | John Fastabend |
2020-05-06 | bpf, sockmap: msg_pop_data can incorrecty set an sge length | John Fastabend |
2020-05-05 | neigh: send protocol value in neighbor create notification | Roman Mashak |
2020-05-04 | atm: fix a memory leak of vcc->user_back | Cong Wang |
2020-05-04 | atm: fix a UAF in lec_arp_clear_vccs() | Cong Wang |
2020-05-04 | net_sched: fix tcm_parent in tc filter dump | Cong Wang |
2020-05-04 | devlink: Fix reporter's recovery condition | Aya Levin |
2020-05-04 | tipc: fix partial topology connection closure | Tuong Lien |
2020-05-04 | net: dsa: Do not make user port errors fatal | Florian Fainelli |
2020-05-03 | net_sched: sch_skbprio: add message validation to skbprio_change() | Eric Dumazet |
2020-05-02 | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-05-01 | drop_monitor: work around gcc-10 stringop-overflow warning | Arnd Bergmann |
2020-05-01 | devlink: fix return value after hitting end in region read | Jakub Kicinski |
2020-05-01 | ipv6: Use global sernum for dst validation with nexthop objects | David Ahern |
2020-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2020-04-30 | net: bridge: vlan: Add a schedule point during VLAN processing | Ido Schimmel |
2020-04-30 | mptcp: fix uninitialized value access | Paolo Abeni |
2020-04-30 | mptcp: initialize the data_fin field for mpc packets | Paolo Abeni |
2020-04-30 | mptcp: fix 'use_ack' option access. | Paolo Abeni |
2020-04-30 | mptcp: avoid a WARN on bad input. | Paolo Abeni |
2020-04-30 | mptcp: move option parsing into mptcp_incoming_options() | Paolo Abeni |
2020-04-30 | mptcp: consolidate synack processing. | Paolo Abeni |
2020-04-29 | mptcp: replace mptcp_disconnect with a stub | Florian Westphal |
2020-04-29 | netfilter: nf_osf: avoid passing pointer to local var | Arnd Bergmann |
2020-04-28 | net/x25: Fix null-ptr-deref in x25_disconnect | YueHaibing |
2020-04-28 | Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust |
2020-04-28 | SUNRPC: defer slow parts of rpc_free_client() to a workqueue. | NeilBrown |
2020-04-27 | bpf: Fix sk_psock refcnt leak when receiving message | Xiyu Yang |
2020-04-27 | Merge tag 'batadv-net-for-davem-20200427' of git://git.open-mesh.org/linux-merge | David S. Miller |
2020-04-27 | sch_sfq: validate silly quantum values | Eric Dumazet |
2020-04-27 | sch_choke: avoid potential panic in choke_reset() | Eric Dumazet |
2020-04-27 | fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks | Eric Dumazet |
2020-04-27 | net/tls: Fix sk_psock refcnt leak when in tls_data_ready() | Xiyu Yang |
2020-04-27 | net/x25: Fix x25_neigh refcnt leak when x25 disconnect | Xiyu Yang |