index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-21
net/ipv6: Remove unncessary check on f6i in fib6_check
David Ahern
1
-2
/
+1
2018-04-21
net/ipv6: Make from in rt6_info rcu protected
David Ahern
3
-31
/
+82
2018-04-21
net/ipv6: Move release of fib6_info from pcpu routes to helper
David Ahern
1
-18
/
+23
2018-04-21
net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe
David Ahern
1
-3
/
+10
2018-04-21
net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_alloc
David Ahern
1
-7
/
+6
2018-04-21
net/ipv6: Rename rt6_get_cookie_safe
David Ahern
1
-2
/
+2
2018-04-21
net/ipv6: Clean up rt expires helpers
David Ahern
1
-0
/
+9
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-12
/
+42
2018-04-20
net/ipv6: Fix ip6_convert_metrics() bug
Eric Dumazet
1
-11
/
+9
2018-04-20
tipc: confgiure and apply UDP bearer MTU on running links
GhantaKrishnamurthy MohanKrishna
3
-5
/
+25
2018-04-20
tipc: implement configuration of UDP media MTU
GhantaKrishnamurthy MohanKrishna
3
-0
/
+30
2018-04-20
tipc: set default MTU for UDP media
GhantaKrishnamurthy MohanKrishna
1
-2
/
+2
2018-04-19
net/ipv6: Fix gfp_flags arg to addrconf_prefix_route
David Ahern
1
-2
/
+2
2018-04-19
net/ipv6: Remove fib6_idev
David Ahern
2
-21
/
+47
2018-04-19
net/ipv6: Remove unnecessary checks on fib6_idev
David Ahern
1
-22
/
+2
2018-04-19
net/ipv6: Remove aca_idev
David Ahern
2
-5
/
+2
2018-04-19
net/ipv6: Rename addrconf_dst_alloc
David Ahern
3
-43
/
+43
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
5
-238
/
+238
2018-04-19
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
1
-0
/
+14
2018-04-19
tcp: export packets delivery info
Yuchung Cheng
3
-2
/
+13
2018-04-19
tcp: track total bytes delivered with ECN CE marks
Yuchung Cheng
2
-0
/
+3
2018-04-19
tcp: new helper to calculate newly delivered
Yuchung Cheng
1
-2
/
+15
2018-04-19
tcp: better delivery accounting for SYN-ACK and SYN-data
Yuchung Cheng
1
-3
/
+7
2018-04-19
bpf: reserve xdp_frame size in xdp headroom
Jesper Dangaard Brouer
1
-9
/
+3
2018-04-19
ipv6: frags: fix a lockdep false positive
Eric Dumazet
1
-11
/
+12
2018-04-19
hv_netvsc: propogate Hyper-V friendly name into interface alias
Stephen Hemminger
1
-0
/
+1
2018-04-19
bpf: making bpf_prog_test run aware of possible data_end ptr change
Nikita V. Shirokov
1
-1
/
+2
2018-04-19
bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+9
2018-04-19
bpf: adding bpf_xdp_adjust_tail helper
Nikita V. Shirokov
1
-1
/
+28
2018-04-18
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
3
-49
/
+2
2018-04-18
net/ipv6: Flip FIB entries to fib6_info
David Ahern
5
-200
/
+201
2018-04-18
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
6
-147
/
+113
2018-04-18
net/ipv6: introduce fib6_info struct and helpers
David Ahern
1
-0
/
+60
2018-04-18
net/ipv6: Cleanup exception and cache route handling
David Ahern
2
-77
/
+81
2018-04-18
net/ipv6: Add gfp_flags to route add functions
David Ahern
3
-25
/
+34
2018-04-18
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
2
-15
/
+26
2018-04-18
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
2
-7
/
+26
2018-04-18
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
1
-4
/
+25
2018-04-18
net/ipv6: Add fib6_null_entry
David Ahern
2
-32
/
+56
2018-04-18
net/ipv6: move expires into rt6_info
David Ahern
4
-17
/
+19
2018-04-18
net/ipv6: move metrics from dst to rt6_info
David Ahern
4
-210
/
+124
2018-04-18
net/ipv6: Defer initialization of dst to data path
David Ahern
1
-41
/
+74
2018-04-18
net/ipv6: Move nexthop data to fib6_nh
David Ahern
3
-76
/
+94
2018-04-18
net/ipv6: Save route type in rt6_info
David Ahern
2
-26
/
+22
2018-04-18
net/ipv6: Move support functions up in route.c
David Ahern
1
-60
/
+59
2018-04-18
net/ipv6: Pass net namespace to route functions
David Ahern
4
-50
/
+59
2018-04-18
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2
-7
/
+6
2018-04-18
net: Handle null dst in rtnl_put_cacheinfo
David Ahern
1
-3
/
+5
2018-04-18
net: Move fib_convert_metrics to metrics file
David Ahern
3
-42
/
+57
2018-04-17
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
1
-8
/
+5
[next]