index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2019-04-26
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
1
-0
/
+39
2019-04-24
bpf: update skb->protocol in bpf_skb_net_grow
Willem de Bruijn
1
-0
/
+8
2019-04-23
bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-3
/
+0
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-2
/
+3
2019-04-23
flow_dissector: handle no-skb use case
Stanislav Fomichev
1
-27
/
+25
2019-04-23
net: plumb network namespace into __skb_flow_dissect
Stanislav Fomichev
2
-12
/
+20
2019-04-23
bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
Stanislav Fomichev
1
-30
/
+17
2019-04-23
flow_dissector: switch kernel context to struct bpf_flow_dissector
Stanislav Fomichev
3
-52
/
+102
2019-04-23
bridge: Fix possible use-after-free when deleting bridge port
Ido Schimmel
1
-1
/
+2
2019-04-23
net: devlink: Add extack to shared buffer operations
Ido Schimmel
1
-9
/
+13
2019-04-23
net: strparser: make it explicitly non-modular
Paul Gortmaker
1
-10
/
+4
2019-04-23
net: bpfilter: dont use module_init in non-modular code
Paul Gortmaker
1
-2
/
+1
2019-04-23
cgroup: net: remove left over MODULE_LICENSE tag
Paul Gortmaker
1
-2
/
+0
2019-04-23
net: Rename net/nexthop.h net/rtnh.h
David Ahern
6
-6
/
+6
2019-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-25
/
+108
2019-04-21
net: ax25: fix misuse of %x
Fuqian Huang
1
-2
/
+2
2019-04-20
tcp: properly reset skb->truesize for tx recycling
Eric Dumazet
1
-1
/
+1
2019-04-20
tipc: introduce new socket option TIPC_SOCK_RECVQ_USED
Tung Nguyen
1
-0
/
+3
2019-04-20
net: socket: implement 64-bit timestamps
Arnd Bergmann
1
-6
/
+18
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
30
-227
/
+71
2019-04-19
bridge: update vlan dev link state for bridge netdev changes
Mike Manning
1
-3
/
+47
2019-04-19
bridge: update vlan dev state when port added to or deleted from vlan
Mike Manning
1
-0
/
+19
2019-04-19
bridge: support binding vlan dev link state to vlan member bridge ports
Mike Manning
3
-4
/
+174
2019-04-19
vlan: do not transfer link state in vlan bridge binding mode
Mike Manning
2
-11
/
+26
2019-04-19
vlan: support binding link state to vlan member bridge ports
Mike Manning
2
-2
/
+4
2019-04-19
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
1
-6
/
+11
2019-04-19
l2tp: fix set but not used variable
Jakub Kicinski
1
-2
/
+1
2019-04-19
ipv6: Add rate limit mask for ICMPv6 messages
Stephen Suryaputra
2
-9
/
+31
2019-04-18
net ipv6: Prevent neighbor add if protocol is disabled on device
David Ahern
2
-0
/
+22
2019-04-18
ipv6: Add fib6_type and fib6_flags to fib6_result
David Ahern
2
-38
/
+49
2019-04-18
ipv6: Pass fib6_result to fib lookups
David Ahern
5
-43
/
+36
2019-04-18
ipv6: Pass fib6_result to fib6_table_lookup tracepoint
David Ahern
1
-3
/
+3
2019-04-18
ipv6: Pass fib6_result to rt6_select and find_rr_leaf
David Ahern
1
-39
/
+43
2019-04-18
ipv6: Pass fib6_result to rt6_device_match
David Ahern
1
-19
/
+30
2019-04-18
ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu
David Ahern
3
-14
/
+19
2019-04-18
ipv6: Pass fib6_result to rt6_insert_exception
David Ahern
1
-16
/
+17
2019-04-18
ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init
David Ahern
1
-22
/
+27
2019-04-18
ipv6: Pass fib6_result to pcpu route functions
David Ahern
1
-13
/
+14
2019-04-18
ipv6: Pass fib6_result to ip6_create_rt_rcu
David Ahern
1
-16
/
+21
2019-04-18
ipv6: Pass fib6_result to ip6_rt_cache_alloc
David Ahern
1
-22
/
+26
2019-04-18
ipv6: Pass fib6_result to rt6_find_cached_rt
David Ahern
1
-14
/
+21
2019-04-18
ipv6: Rename fib6_multipath_select and pass fib6_result
David Ahern
4
-54
/
+56
2019-04-18
net: core: introduce build_skb_around
Jesper Dangaard Brouer
1
-19
/
+52
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
58
-258
/
+460
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
56
-220
/
+451
2019-04-17
socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW
Arnd Bergmann
1
-2
/
+2
2019-04-17
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
1
-5
/
+5
2019-04-17
net: bridge: fix netlink export of vlan_stats_per_port option
Nikolay Aleksandrov
1
-1
/
+1
2019-04-17
tipc: set sysctl_tipc_rmem and named_timeout right range
Jie Liu
1
-2
/
+6
2019-04-17
tipc: fix link established but not in session
Tuong Lien
1
-0
/
+2
[next]