Age | Commit message (Expand) | Author |
2020-03-29 | mptcp: rework mptcp_sendmsg_frag to accept optional dfrag | Paolo Abeni |
2020-03-29 | mptcp: allow partial cleaning of rtx head dfrag | Florian Westphal |
2020-03-29 | mptcp: implement memory accounting for mptcp rtx queue | Paolo Abeni |
2020-03-29 | mptcp: introduce MPTCP retransmission timer | Paolo Abeni |
2020-03-29 | mptcp: queue data for mptcp level retransmission | Paolo Abeni |
2020-03-29 | mptcp: update per unacked sequence on pkt reception | Paolo Abeni |
2020-03-29 | mptcp: Implement path manager interface commands | Peter Krystad |
2020-03-29 | mptcp: Add handling of outgoing MP_JOIN requests | Peter Krystad |
2020-03-29 | mptcp: Add handling of incoming MP_JOIN requests | Peter Krystad |
2020-03-29 | mptcp: Add path manager interface | Peter Krystad |
2020-03-29 | mptcp: Add ADD_ADDR handling | Peter Krystad |
2020-03-29 | sctp: fix possibly using a bad saddr with a given dst | Marcelo Ricardo Leitner |
2020-03-29 | sctp: fix refcount bug in sctp_wfree | Qiujun Huang |
2020-03-29 | net: Fix typo of SKB_SGO_CB_OFFSET | Cambda Zhu |
2020-03-29 | ipv4: fix a RCU-list lock in fib_triestat_seq_show | Qian Cai |
2020-03-29 | net: page pool: allow to pass zero flags to page_pool_init() | Denis Kirjanov |
2020-03-29 | mac80211: fix authentication with iwlwifi/mvm | Johannes Berg |
2020-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2020-03-30 | netfilter: flowtable: add counter support in HW offload | wenxu |
2020-03-30 | netfilter: conntrack: add nf_ct_acct_add() | wenxu |
2020-03-30 | netfilter: nf_tables: skip set types that do not support for expressions | Pablo Neira Ayuso |
2020-03-30 | netfilter: nft_dynset: validate set expression definition | Pablo Neira Ayuso |
2020-03-30 | netfilter: nft_set_bitmap: initialize set element extension in lookups | Pablo Neira Ayuso |
2020-03-30 | netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set | Romain Bellan |
2020-03-29 | netfilter: nf_queue: prefer nf_queue_entry_free | Florian Westphal |
2020-03-29 | netfilter: nf_queue: do not release refcouts until nf_reinject is done | Florian Westphal |
2020-03-29 | netfilter: nf_queue: place bridge physports into queue_entry struct | Florian Westphal |
2020-03-29 | netfilter: nf_queue: make nf_queue_entry_release_refs static | Florian Westphal |
2020-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-03-28 | xdp: Support specifying expected existing program when attaching XDP | Toke Høiland-Jørgensen |
2020-03-28 | bpf: Fix build warning regarding missing prototypes | Jean-Philippe Menil |
2020-03-27 | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann |
2020-03-27 | bpf: Allow to retrieve cgroup v1 classid from v2 hooks | Daniel Borkmann |
2020-03-27 | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable perf event rb output for bpf cgroup progs | Daniel Borkmann |
2020-03-27 | bpf: Enable retrieval of socket cookie for bind/post-bind hook | Daniel Borkmann |
2020-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-03-27 | net: dsa: implement auto-normalization of MTU for bridge hardware datapath | Vladimir Oltean |
2020-03-27 | net: dsa: configure the MTU for switch ports | Vladimir Oltean |
2020-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2020-03-27 | netfilter: flowtable: Use work entry per offload command | Paul Blakey |
2020-03-27 | netfilter: flowtable: Use rw sem as flow block lock | Paul Blakey |
2020-03-27 | netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup() | Qian Cai |
2020-03-27 | netfilter: flowtable: Fix incorrect tc_setup_type type | wenxu |
2020-03-27 | netfilter: flowtable: add counter support | Pablo Neira Ayuso |
2020-03-27 | netfilter: nf_tables: add enum nft_flowtable_flags to uapi | Pablo Neira Ayuso |
2020-03-27 | netfilter: conntrack: export nf_ct_acct_update() | Pablo Neira Ayuso |
2020-03-27 | ipvs: optimize tunnel dumps for icmp errors | Haishuang Yan |
2020-03-27 | netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and... | Jules Irenge |