Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
241198acdacdb8545b68e344c42c0060b90c509a
/
include
/
net
/
dst.h
e90c148
inet: remove now unused flag DST_NOPEER
by Hannes Frederic Sowa
· 11 years ago
7539fad
net: Add utility functions to clear rxhash
by Tom Herbert
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e87b399
net: dst: provide accessor function to dst->xfrm
by Vlad Yasevich
· 11 years ago
a4023dd
dst.h: Remove extern from function prototypes
by Joe Perches
· 11 years ago
ea23192
tunnels: harmonize cleanup done on skb on rx path
by Nicolas Dichtel
· 11 years ago
aaa0c23
Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bug
by Zhouyi Zhou
· 12 years ago
ecd9883
ipv6: fix race condition regarding dst->expires and dst->from.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
a0073fe
xfrm: Add a state resolution packet queue
by Steffen Klassert
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a37e6e3
net: force dst_default_metrics to const section
by Eric Dumazet
· 12 years ago
425f09a
net: output path optimizations
by Eric Dumazet
· 12 years ago
ceb3320
ipv4: Kill routes during PMTU/redirect updates.
by David S. Miller
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 12 years ago
94334d5
net: Kill set_dst_metric_rtt().
by David S. Miller
· 12 years ago
36bdbca
net: Kill dst->_neighbour, accessors, and final uses.
by David S. Miller
· 12 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 12 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 12 years ago
7f95e18
include/net/dst.h: neaten asterisk placement
by Eldad Zack
· 12 years ago
0c18337
ipv6: fix incorrect ipsec fragment
by Gao feng
· 12 years ago
a881e96
set fake_rtable's dst to NULL to avoid kernel Oops
by Peter Huang (Peng)
· 13 years ago
1716a96
ipv6: fix problem with expired dst cache
by Gao feng
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e688a60
net: introduce DST_NOPEER dst flag
by Eric Dumazet
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
618f9bc
net: Move mtu handling down to the protocol depended handlers
by Steffen Klassert
· 13 years ago
ebb762f
net: Rename the dst_opt default_mtu method to mtu
by Steffen Klassert
· 13 years ago
bdeab99
rps: Add flag to skb to indicate rxhash is based on L4 tuple
by Tom Herbert
· 13 years ago
f2c31e3
net: fix NULL dereferences in check_peer_redir()
by Eric Dumazet
· 13 years ago
d3aaeb3
net: Add ->neigh_lookup() operation to dst_ops
by David S. Miller
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
f6b72b6
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
957c665
ipv6: Don't put artificial limit on routing table size.
by David S. Miller
· 13 years ago
1f37070
dst: catch uninitialized metrics
by Stephen Hemminger
· 13 years ago
6882f93
ipv4: Kill RT_CACHE_DEBUG
by David S. Miller
· 13 years ago
5c1e6aa
net: Make dst_alloc() take more explicit initializations.
by David S. Miller
· 14 years ago
2a9e950
net: Remove __KERNEL__ cpp checks from include/net
by David S. Miller
· 14 years ago
e433430
dst: Clone child entry in skb_dst_pop
by Steffen Klassert
· 14 years ago
452edd5
xfrm: Return dst directly from xfrm_lookup()
by David S. Miller
· 14 years ago
2774c13
xfrm: Handle blackhole route creation via afinfo.
by David S. Miller
· 14 years ago
80c0bc9
xfrm: Kill XFRM_LOOKUP_WAIT flag.
by David S. Miller
· 14 years ago
dee9f4b
net: Make flow cache paths use a const struct flowi.
by David S. Miller
· 14 years ago
3c7bd1a
net: Add initial_ref arg to dst_alloc().
by David S. Miller
· 14 years ago
e7b66bd
net: Remove bogus barrier() in dst_allfrag().
by David S. Miller
· 14 years ago
92d8682
inetpeer: Move ICMP rate limiting state into inet_peer entries.
by David S. Miller
· 14 years ago
725d1e1
ipv4: Attach FIB info to dst_default_metrics when possible
by David S. Miller
· 14 years ago
62fa8a8
net: Implement read-only protection and COW'ing of metrics.
by David S. Miller
· 14 years ago
0134e89
Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6
by Patrick McHardy
· 14 years ago
c7066f7
netfilter: fix Kconfig dependencies
by Patrick McHardy
· 14 years ago
d33e455
net: Abstract default MTU metric calculation behind an accessor.
by David S. Miller
· 14 years ago
0dbaee3
net: Abstract default ADVMSS behind an accessor.
by David S. Miller
· 14 years ago
323e126
ipv4: Don't pre-seed hoplimit metric.
by David S. Miller
· 14 years ago
5170ae8
net: Abstract RTAX_HOPLIMIT metric accesses behind helper.
by David S. Miller
· 14 years ago
defb351
net: Abstract away all dst_entry metrics accesses.
by David S. Miller
· 14 years ago
fc766e4c
decnet: RCU conversion and get rid of dev_base_lock
by Eric Dumazet
· 14 years ago
1c31720
ipv4: add __rcu annotations to routes.c
by Eric Dumazet
· 14 years ago
c7d4426
net: introduce DST_NOCACHE flag
by Eric Dumazet
· 14 years ago
290b895
tunnels: prepare percpu accounting
by Eric Dumazet
· 14 years ago
693019e9
net: reset skb queue mapping when rx'ing over tunnel
by Tom Herbert
· 14 years ago
8764ab2
net: check for refcount if pop a stacked dst_entry
by Steffen Klassert
· 14 years ago
d19d56d
net: Introduce skb_tunnel_rx() helper
by Eric Dumazet
· 14 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 14 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
31d1292
net: Add rtnetlink init_rcvwnd to set the TCP initial receive window
by laurent chavey
· 15 years ago
bb5b7c1
tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
by David S. Miller
· 15 years ago
6a2a2d6
tcp: Use defaults when no route options are available
by Gilad Ben-Yossef
· 15 years ago
fd2c3ef
net: cleanup include/net
by Eric Dumazet
· 15 years ago
0c3adfb
Add dst_feature to query route entry features
by Gilad Ben-Yossef
· 15 years ago
ea94ff3
net: Fix for dst_negative_advice
by Krishna Kumar
· 15 years ago
86393e5
netns: embed ip6_dst_ops directly
by Alexey Dobriyan
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
52479b6
netns xfrm: lookup in netns
by Alexey Dobriyan
· 16 years ago
5635c10
net: make sure struct dst_entry refcount is aligned on 64 bytes
by Eric Dumazet
· 16 years ago
6bb3ce2
net: remove struct dst_entry::entry_size
by Alexey Dobriyan
· 16 years ago
def8b4f
net: reduce structures when XFRM=n
by Alexey Dobriyan
· 16 years ago
cc6533e
net: Kill plain NET_XMIT_BYPASS.
by David S. Miller
· 16 years ago
c1e20f7
tcp: RTT metrics scaling
by Stephen Hemminger
· 16 years ago
8d33086
[NET]: uninline dst_release
by Ilpo Järvinen
· 17 years ago
f1dd9c3
[NET]: Fix tbench regression in 2.6.25-rc1
by Zhang Yanmin
· 17 years ago
69a7382
[DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64
by Eric Dumazet
· 17 years ago
d4fa26f
[NETNS][DST]: Add the network namespace pointer in dst_ops
by Daniel Lezcano
· 17 years ago
569d364
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
by Daniel Lezcano
· 17 years ago
3becd57
[NET]: Remove unused member of dst_entry
by Rami Rosen
· 17 years ago
8b7817f
[IPSEC]: Add ICMP host relookup support
by Herbert Xu
· 17 years ago
815f4e5
[IPSEC]: Make xfrm_lookup flags argument a bit-field
by Herbert Xu
· 17 years ago
862b82c
[IPSEC]: Merge most of the output path
by Herbert Xu
· 17 years ago
352e512
[NET]: Eliminate duplicate copies of dst_discard
by Herbert Xu
· 17 years ago
b4ce927
[IPV6]: Move nfheader_len into rt6_info
by Herbert Xu
· 17 years ago
03f49f3
[NET]: Make helper to get dst entry and "use" it
by Pavel Emelyanov
· 17 years ago
e06e7c6
[IPV4]: The scheduled removal of multipath cached routing support.
by David S. Miller
· 17 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 17 years ago
1e19e02
[NET]: Reorder fields of struct dst_entry
by Eric Dumazet
· 18 years ago
75ce7ce
[NET]: Introduce union in struct dst_entry to hold 'next' pointer
by Eric Dumazet
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
d77072e
[NET]: Annotate dst_ops protocol
by Al Viro
· 18 years ago
1b5c229
[XFRM] STATE: Support non-fragment outbound transformation headers.
by Masahide NAKAMURA
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
16a6677
[XFRM]: Netfilter IPsec output hooks
by Patrick McHardy
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
Next »