index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-24
tcp_metrics: tcpm_hash_bucket is strictly local
Eric Dumazet
1
-1
/
+0
2021-03-24
net: flow_offload: add FLOW_ACTION_PPPOE_PUSH
Pablo Neira Ayuso
1
-0
/
+4
2021-03-24
netfilter: flowtable: bridge vlan hardware offload and switchdev
Felix Fietkau
1
-3
/
+5
2021-03-24
netfilter: nft_flow_offload: use direct xmit if hardware offload is enabled
Pablo Neira Ayuso
1
-0
/
+2
2021-03-24
netfilter: flowtable: add vlan support
Pablo Neira Ayuso
1
-3
/
+14
2021-03-24
netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
Pablo Neira Ayuso
1
-2
/
+14
2021-03-24
netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
Pablo Neira Ayuso
1
-0
/
+3
2021-03-24
netfilter: flowtable: add xmit path types
Pablo Neira Ayuso
1
-2
/
+9
2021-03-23
net: bridge: add helper to replay port and host-joined mdb entries
Vladimir Oltean
1
-0
/
+1
2021-03-23
net: lapb: Make "lapb_t1timer_running" able to detect an already running timer
Xie He
1
-1
/
+1
2021-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-13
/
+13
2021-03-18
gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helper
Alexander Lobakin
1
-0
/
+8
2021-03-18
gro: make net/gro.h self-contained
Alexander Lobakin
1
-0
/
+5
2021-03-18
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
1
-0
/
+14
2021-03-18
netfilter: nftables: update table flags from the commit phase
Pablo Neira Ayuso
1
-3
/
+6
2021-03-18
netfilter: flowtable: fast NAT functions never fail
Pablo Neira Ayuso
1
-6
/
+6
2021-03-18
netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumeration
Pablo Neira Ayuso
1
-1
/
+1
2021-03-18
netfilter: conntrack: Remove unused variable declaration
YueHaibing
1
-3
/
+0
2021-03-17
net: dsa: tag_brcm: add support for legacy tags
Álvaro Fernández Rojas
1
-0
/
+2
2021-03-14
psample: Add additional metadata attributes
Ido Schimmel
1
-0
/
+7
2021-03-14
psample: Encapsulate packet metadata in a struct
Ido Schimmel
1
-5
/
+9
2021-03-14
flow_dissector: constify raw input data argument
Alexander Lobakin
1
-1
/
+1
2021-03-14
flow_dissector: constify bpf_flow_dissector's data pointers
Alexander Lobakin
1
-2
/
+2
2021-03-13
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
2
-4
/
+58
2021-03-13
flow_offload: add support for packet-per-second policing
Xingfeng Hu
2
-0
/
+14
2021-03-12
mptcp: add rm_list in mptcp_out_options
Geliang Tang
1
-1
/
+8
2021-03-11
nexthop: Allow reporting activity of nexthop buckets
Ido Schimmel
1
-0
/
+2
2021-03-11
nexthop: Allow setting "offload" and "trap" indication of nexthop buckets
Ido Schimmel
1
-0
/
+2
2021-03-11
nexthop: Add data structures for resilient group notifications
Ido Schimmel
1
-0
/
+19
2021-03-11
nexthop: Add implementation of resilient next-hop groups
Petr Machata
1
-0
/
+42
2021-03-11
nexthop: Add a dedicated flag for multipath next-hop groups
Petr Machata
1
-3
/
+4
2021-03-11
seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()
Julien Massonneau
1
-0
/
+1
2021-03-10
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
1
-0
/
+9
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-53
/
+11
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
1
-19
/
+0
2021-02-26
skmsg: Move sk_redir from TCP_SKB_CB to skb
Cong Wang
1
-19
/
+0
2021-02-26
bpf: Compute data_end dynamically with JIT code
Cong Wang
1
-6
/
+0
2021-02-26
bpf: Clean up sockmap related Kconfigs
Cong Wang
2
-9
/
+11
2021-02-23
net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
Jason A. Donenfeld
1
-1
/
+5
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+6
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2021-02-16
net: sched: fix police ext initialization
Vlad Buslov
1
-0
/
+1
2021-02-16
net: dsa: add MRP support
Horatiu Vultur
1
-0
/
+12
2021-02-16
switchdev: mrp: Extend ring_role_mrp and in_role_mrp
Horatiu Vultur
1
-0
/
+2
2021-02-16
switchdev: mrp: Remove CONFIG_BRIDGE_MRP
Horatiu Vultur
1
-10
/
+0
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-0
/
+11
2021-02-15
net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n
Vladimir Oltean
1
-1
/
+2
2021-02-15
netfilter: nftables: introduce table ownership
Pablo Neira Ayuso
1
-0
/
+6
2021-02-14
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+2
2021-02-14
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
[next]