Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dac4df1c5f2c34903f61b1bc4fc722e31b4199e7
/
drivers
/
net
/
vrf.c
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
18129a2
net: vrf: correct FRA_L3MDEV encode type
by Jeff Barnhill
· 7 years ago
de3baa3
net: vrf: Add extack messages for enslave errors
by David Ahern
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
33eaf2a
net: Add extack to ndo_add_slave
by David Ahern
· 7 years ago
a424120
net: vrf: remove skb_dst_force() after skb_dst_set()
by Eric Dumazet
· 7 years ago
ecf0911
net: vrf: avoid gcc-4.6 warning
by Arnd Bergmann
· 7 years ago
4f04256
net: vrf: Drop local rtable and rt6_info
by David Ahern
· 7 years ago
53b9483
net: vrf: Add extack messages for newlink failures
by David Ahern
· 7 years ago
f630c38
vrf: fix bug_on triggered by rx when destroying a vrf
by Nikolay Aleksandrov
· 7 years ago
a8b8a889
net: add netlink_ext_ack argument to rtnl_link_ops.validate
by Matthias Schiffer
· 7 years ago
7a3f4a1
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
by Matthias Schiffer
· 7 years ago
a4c2fd7
net: remove DST_NOCACHE flag
by Wei Wang
· 8 years ago
1cfb71e
ipv6: take dst->__refcnt for insertion into fib6 tree
by Wei Wang
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
097d3c9
net: vrf: Make add_fib_rules per network namespace flag
by David Ahern
· 8 years ago
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
1a4a5bf
driver: vrf: Fix one possible use-after-free issue
by Gao Feng
· 8 years ago
26d31ac
net: vrf: Do not allow looback to be moved to a VRF
by David Ahern
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c21ef3e
net: rtnetlink: plumb extended ack to doit function
by David Ahern
· 8 years ago
426c87c
net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
by David Ahern
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a9ec54d
net: vrf: performance improvements for IPv6
by David Ahern
· 8 years ago
dcdd43c
net: vrf: performance improvements for IPv4
by David Ahern
· 8 years ago
3dc857f
net: vrf: Reset rt6i_idev in local dst after put
by David Ahern
· 8 years ago
fdeea7b
net: vrf: Set slave's private flag before linking
by Ido Schimmel
· 8 years ago
f7887d4
vrf: Fix use-after-free in vrf_xmit
by David Ahern
· 8 years ago
c16ec185
net: rename dst_neigh_output back to neigh_output
by Julian Anastasov
· 8 years ago
4ff0620
net: add dst_pending_confirm flag to skbuff
by Julian Anastasov
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
24c63bb
net: vrf: do not allow table id 0
by David Ahern
· 8 years ago
7a18c5b
net: ipv4: Fix multipath selection with vrf
by David Ahern
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
926d93a
net: vrf: Add missing Rx counters
by David Ahern
· 8 years ago
eb63ecc
net: vrf: Drop conntrack data after pass through VRF device on Tx
by David Ahern
· 8 years ago
a0f37ef
net: vrf: Fix NAT within a VRF
by David Ahern
· 8 years ago
e58e415
net: Enable support for VRF with ipv4 multicast
by David Ahern
· 8 years ago
a04a480
net: Require exact match for TCP socket lookups if dif is l3mdev
by David Ahern
· 8 years ago
e1fb9d0
net: vrf: Remove RT_FL_TOS
by David Ahern
· 8 years ago
c71ad3d
net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag
by David Ahern
· 8 years ago
afb460f
net: l3mdev: remove get_rtable method
by David Ahern
· 8 years ago
8a966fc
net: ipv6: Remove l3mdev_get_saddr6
by David Ahern
· 8 years ago
d66f6c0
net: ipv4: Remove l3mdev_get_saddr
by David Ahern
· 8 years ago
4c1feac
net: vrf: Flip IPv6 output path from FIB lookup hook to out hook
by David Ahern
· 8 years ago
ebfc102
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
by David Ahern
· 8 years ago
73e20b7
net: vrf: Add support for PREROUTING rules on vrf device
by David Ahern
· 8 years ago
0d240e7
net: vrf: Implement get_saddr for IPv6
by David Ahern
· 9 years ago
810e530
net: vrf: Switch dst dev to loopback on device delete
by David Ahern
· 9 years ago
7889681
net: vrf: Update flags and features settings
by David Ahern
· 9 years ago
9ff7438
net: vrf: Handle ipv6 multicast and link-local addresses
by David Ahern
· 9 years ago
cd2a9e6
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
by David Ahern
· 9 years ago
e434863
net: vrf: Fix crash when IPv6 is disabled at boot time
by David Ahern
· 9 years ago
78e7a2a
net: vrf: call netdev_lockdep_set_classes()
by Eric Dumazet
· 9 years ago
1aa6c4f
net: vrf: Add l3mdev rules on first device create
by David Ahern
· 9 years ago
b4869aa
net: vrf: ipv6 support for local traffic to local addresses
by David Ahern
· 9 years ago
afe80a4
net: vrf: ipv4 support for local traffic to local addresses
by David Ahern
· 9 years ago
911a66f
net: vrf: Minor refactoring for local address patches
by David Ahern
· 9 years ago
3d9dc40
net: Revert vrf-local changes.
by David S. Miller
· 9 years ago
625b47b
net: vrf: ipv6 support for local traffic to local addresses
by David Ahern
· 9 years ago
671cd19
net: vrf: ipv4 support for local traffic to local addresses
by David Ahern
· 9 years ago
09fcf91
net: vrf: Minor refactoring for local address patches
by David Ahern
· 9 years ago
b87ab6b
net: vrf: set operstate and mtu at link create
by David Ahern
· 9 years ago
b0e95cc
net: vrf: protect changes to private data with rcu
by David Ahern
· 9 years ago
74b2058
net: l3mdev: Add hook in ip and ipv6
by David Ahern
· 9 years ago
1ff23be
net: l3mdev: Allow send on enslaved interface
by David Ahern
· 9 years ago
b3b4663
net: vrf: Create FIB tables on link create
by David Ahern
· 9 years ago
9ab179d
net: vrf: Fix dst reference counting
by David Ahern
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
65c38aa
net: vrf: Remove direct access to skb->data
by David Ahern
· 9 years ago
809dc75
vrf: duplicate include of rtnetlink.h
by stephen hemminger
· 9 years ago
67eb033
net: Add support for fill_slave_info to VRF device
by David Ahern
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b5bdacf
net: Propagate lookup failure in l3mdev_get_saddr to caller
by David Ahern
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
29bf24a
net: add possibility to pass information about upper device via notifier
by Jiri Pirko
· 9 years ago
6dffb04
net: propagate upper priv via netdev_master_upper_dev_link
by Jiri Pirko
· 9 years ago
bad5316
vrf: remove slave queue and private slave struct
by Nikolay Aleksandrov
· 9 years ago
7f109f7
vrf: fix double free and memory corruption on register_netdevice failure
by Nikolay Aleksandrov
· 9 years ago
35402e3
net: Add IPv6 support to VRF device
by David Ahern
· 9 years ago
ede2059
dst: Pass net into dst->output
by Eric W. Biederman
· 9 years ago
33224b1
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
by Eric W. Biederman
· 9 years ago
cf91a99
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
by Eric W. Biederman
· 9 years ago
e2cb77d
ipv4: Merge ip_local_out and ip_local_out_sk
by Eric W. Biederman
· 9 years ago
4ebdfba7
dst: Pass a sk into .local_out
by Eric W. Biederman
· 9 years ago
8cbb512c
net: Add source address lookup op for VRF
by David Ahern
· 9 years ago
fee6d4c
net: Add netif_is_l3_slave
by David Ahern
· 9 years ago
6e2895a
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
by David Ahern
· 9 years ago
0a15afd
vrf: fix a kernel warning
by WANG Cong
· 9 years ago
ec53951
net: Remove vrf header file
by David Ahern
· 9 years ago
93a7e7e
net: Remove the now unused vrf_ptr
by David Ahern
· 9 years ago
ee15ee5
net: Add support for l3mdev ops to VRF driver
by David Ahern
· 9 years ago
007979e
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
by David Ahern
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0c4b51f
netfilter: Pass net into okfn
by Eric W. Biederman
· 9 years ago
29a26a5
netfilter: Pass struct net into the netfilter hooks
by Eric W. Biederman
· 9 years ago
58189ca
net: Fix vti use case with oif in dst lookups
by David Ahern
· 9 years ago
b7503e0
net: Add FIB table id to rtable
by David Ahern
· 9 years ago
8f58336
net: Add ethernet header for pass through VRF device
by David Ahern
· 9 years ago
61adedf
route: move lwtunnel state to dst_entry
by Jiri Benc
· 9 years ago
Next »