index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2018-04-24
netfilter: add NAT support for shifted portmap ranges
Thierry Du Tre
-60
/
+124
2018-04-24
netfilter: nf_tables: Simplify set backend selection
Phil Sutter
-124
/
+124
2018-04-24
netfilter: nf_tables: initial support for extended ACK reporting
Pablo Neira Ayuso
-93
/
+206
2018-04-24
netfilter: nf_tables: simplify lookup functions
Pablo Neira Ayuso
-154
/
+104
2018-04-24
netfilter: nf_flow_table: fix offloading connections with SNAT+DNAT
Felix Fietkau
-1
/
+1
2018-04-24
netfilter: nf_flow_table: add missing condition for TCP state check
Felix Fietkau
-4
/
+8
2018-04-24
netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seen
Felix Fietkau
-3
/
+27
2018-04-24
netfilter: nf_flow_table: add support for sending flows back to the slow path
Felix Fietkau
-1
/
+49
2018-04-24
netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deleted
Felix Fietkau
-2
/
+15
2018-04-24
netfilter: nf_flow_table: add a new flow state for tearing down offloading
Felix Fietkau
-8
/
+14
2018-04-24
netfilter: nf_flow_table: make flow_offload_dead inline
Felix Fietkau
-6
/
+0
2018-04-24
netfilter: nf_flow_table: track flow tables in nf_flow_table directly
Felix Fietkau
-20
/
+18
2018-04-24
netfilter: nf_flow_table: fix priv pointer for netdev hook
Felix Fietkau
-1
/
+1
2018-04-24
netfilter: nf_flow_table: move init code to nf_flow_table_core.c
Felix Fietkau
-61
/
+72
2018-04-24
netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies
Felix Fietkau
-2
/
+1
2018-04-24
netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table
Felix Fietkau
-232
/
+215
2018-04-24
netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtu
Felix Fietkau
-4
/
+2
2018-04-24
netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table
Felix Fietkau
-242
/
+247
2018-04-21
netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c
Felix Fietkau
-0
/
+2
2018-04-21
netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
Felix Fietkau
-30
/
+12
2018-04-21
ipv6: make ip6_dst_mtu_forward inline
Felix Fietkau
-22
/
+0
2018-04-19
netfilter: nf_flow_table: clean up flow_offload_alloc
Felix Fietkau
-59
/
+34
2018-04-19
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.
Taehee Yoo
-9
/
+14
2018-04-18
ipv6: frags: fix a lockdep false positive
Eric Dumazet
-11
/
+12
2018-04-18
hv_netvsc: propogate Hyper-V friendly name into interface alias
Stephen Hemminger
-0
/
+1
2018-04-17
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
-49
/
+2
2018-04-17
net/ipv6: Flip FIB entries to fib6_info
David Ahern
-200
/
+201
2018-04-17
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
-147
/
+113
2018-04-17
net/ipv6: introduce fib6_info struct and helpers
David Ahern
-0
/
+60
2018-04-17
net/ipv6: Cleanup exception and cache route handling
David Ahern
-77
/
+81
2018-04-17
net/ipv6: Add gfp_flags to route add functions
David Ahern
-25
/
+34
2018-04-17
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
-15
/
+26
2018-04-17
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
-7
/
+26
2018-04-17
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
-4
/
+25
2018-04-17
net/ipv6: Add fib6_null_entry
David Ahern
-32
/
+56
2018-04-17
net/ipv6: move expires into rt6_info
David Ahern
-17
/
+19
2018-04-17
net/ipv6: move metrics from dst to rt6_info
David Ahern
-210
/
+124
2018-04-17
net/ipv6: Defer initialization of dst to data path
David Ahern
-41
/
+74
2018-04-17
net/ipv6: Move nexthop data to fib6_nh
David Ahern
-76
/
+94
2018-04-17
net/ipv6: Save route type in rt6_info
David Ahern
-26
/
+22
2018-04-17
net/ipv6: Move support functions up in route.c
David Ahern
-60
/
+59
2018-04-17
net/ipv6: Pass net namespace to route functions
David Ahern
-50
/
+59
2018-04-17
net/ipv6: Pass net to fib6_update_sernum
David Ahern
-7
/
+6
2018-04-17
net: Handle null dst in rtnl_put_cacheinfo
David Ahern
-3
/
+5
2018-04-17
net: Move fib_convert_metrics to metrics file
David Ahern
-42
/
+57
2018-04-17
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
-8
/
+5
2018-04-17
net/ncsi: Refactor MAC, VLAN filters
Samuel Mendoza-Jonas
-311
/
+147
2018-04-17
KEYS: DNS: limit the length of option strings
Eric Biggers
-7
/
+5
2018-04-17
ipv6: Count interface receive statistics on the ingress netdev
Stephen Suryaputra
-52
/
+37
2018-04-17
net/ipv6: Make __inet6_bind static
David Ahern
-27
/
+26
[next]