Age | Commit message (Expand) | Author |
2020-02-22 | netfilter: ipset: Fix forceadd evaluation path | Jozsef Kadlecsik |
2020-02-22 | netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports | Jozsef Kadlecsik |
2020-02-02 | tcp: Reduce SYN resend delay if a suspicous ACK is received | SeongJae Park |
2020-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2020-02-01 | cls_rsvp: fix rsvp_policy | Eric Dumazet |
2020-01-31 | tcp: clear tp->segs_{in|out} in tcp_disconnect() | Eric Dumazet |
2020-01-31 | tcp: clear tp->data_segs{in|out} in tcp_disconnect() | Eric Dumazet |
2020-01-31 | tcp: clear tp->delivered in tcp_disconnect() | Eric Dumazet |
2020-01-31 | tcp: clear tp->total_retrans in tcp_disconnect() | Eric Dumazet |
2020-01-31 | netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flag | Paul Blakey |
2020-01-31 | netfilter: flowtable: Fix missing flush hardware on table free | Paul Blakey |
2020-01-31 | netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanup | Paul Blakey |
2020-01-31 | netfilter: Use kvcalloc | Joe Perches |
2020-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-01-30 | net/core: Do not clear VF index for node/port GUIDs query | Leon Romanovsky |
2020-01-30 | mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6 | Geert Uytterhoeven |
2020-01-30 | net: drop_monitor: Use kstrdup | Joe Perches |
2020-01-30 | mptcp: MPTCP_HMAC_TEST should depend on MPTCP | Geert Uytterhoeven |
2020-01-30 | mptcp: Fix incorrect IPV6 dependency check | Geert Uytterhoeven |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-29 | netfilter: ipset: fix suspicious RCU usage in find_set_and_id | Kadlecsik József |
2020-01-29 | mptcp: handle tcp fallback when using syn cookies | Florian Westphal |
2020-01-29 | mptcp: avoid a lockdep splat when mcast group was joined | Florian Westphal |
2020-01-29 | mptcp: fix panic on user pointer access | Florian Westphal |
2020-01-29 | mptcp: defer freeing of cached ext until last moment | Florian Westphal |
2020-01-29 | sch_choke: Use kvcalloc | Joe Perches |
2020-01-29 | mptcp: Fix build with PROC_FS disabled. | David S. Miller |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-28 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-01-27 | Revert "pktgen: Allow configuration of IPv6 source address range" | David S. Miller |
2020-01-27 | net/core: Replace driver version to be kernel version | Leon Romanovsky |
2020-01-27 | ethtool: add WOL_NTF notification | Michal Kubecek |
2020-01-27 | ethtool: set wake-on-lan settings with WOL_SET request | Michal Kubecek |
2020-01-27 | ethtool: provide WoL settings with WOL_GET request | Michal Kubecek |
2020-01-27 | ethtool: add DEBUG_NTF notification | Michal Kubecek |
2020-01-27 | ethtool: set message mask with DEBUG_SET request | Michal Kubecek |
2020-01-27 | ethtool: provide message mask with DEBUG_GET request | Michal Kubecek |
2020-01-27 | ethtool: fix kernel-doc descriptions | Michal Kubecek |
2020-01-27 | flow_dissector: Fix to use new variables for port ranges in bpf hook | Yoshiki Komachi |
2020-01-27 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2020-01-27 | net: dsa: Fix use-after-free in probing of DSA switch tree | Vladimir Oltean |
2020-01-27 | net: remove eth_change_mtu | Heiner Kallweit |
2020-01-27 | net: introduce dev_net notifier register/unregister variants | Jiri Pirko |
2020-01-27 | net: push code from net notifier reg/unreg into helpers | Jiri Pirko |
2020-01-27 | net: call call_netdevice_unregister_net_notifiers from unregister | Jiri Pirko |
2020-01-27 | soreuseport: Cleanup duplicate initialization of more_reuse->max_socks. | Kuniyuki Iwashima |
2020-01-27 | udp: Support UDP fraglist GRO/GSO. | Steffen Klassert |