index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
xfrm4_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
xfrm: store xfrm_mode directly, not its address
Florian Westphal
1
-1
/
+1
2019-04-08
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
1
-1
/
+11
2019-04-08
xfrm: remove output indirection from xfrm_mode
Florian Westphal
1
-15
/
+0
2018-03-04
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
Daniel Axtens
1
-1
/
+2
2017-04-14
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
1
-1
/
+2
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-10-19
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
1
-0
/
+2
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
1
-3
/
+1
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
1
-1
/
+1
2015-09-17
netfilter: Add blank lines in callers of netfilter hooks
Eric W. Biederman
1
-0
/
+1
2015-09-17
netfilter: Pass net into okfn
Eric W. Biederman
1
-1
/
+1
2015-09-17
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
1
-2
/
+4
2015-09-17
net: Merge dst_output and dst_output_sk
Eric W. Biederman
1
-1
/
+1
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-6
/
+6
2015-02-09
xfrm: Fix local error reporting crash with interfamily tunnels
Steffen Klassert
1
-1
/
+1
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+18
2014-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-14
/
+18
2014-05-12
net: rename local_df to ignore_df
WANG Cong
1
-1
/
+1
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
1
-1
/
+1
2014-04-07
xfrm: Fix crash with ipv6 IPsec tunnel and NAT.
Steffen Klassert
1
-14
/
+18
2013-08-26
xfrm: revert ipv4 mtu determination to dst_mtu
Hannes Frederic Sowa
1
-1
/
+1
2013-08-14
xfrm: introduce helper for safe determination of mtu
Hannes Frederic Sowa
1
-3
/
+1
2013-08-14
xfrm: make local error reporting more robust
Hannes Frederic Sowa
1
-2
/
+10
2011-07-01
xfrm4: Don't call icmp_send on local error
Steffen Klassert
1
-1
/
+6
2011-05-10
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
1
-2
/
+6
2010-03-25
netfilter: ipv4: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
1
-1
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-3
/
+3
2008-03-24
[IPSEC]: Fix inter address family IPsec tunnel handling.
Kazunori MIYAZAWA
1
-1
/
+1
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-2
/
+2
2008-01-28
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
1
-0
/
+2
2008-01-28
[IPSEC]: Merge most of the output path
Herbert Xu
1
-72
/
+4
2008-01-28
[IPV4]: Add ip_local_out
Herbert Xu
1
-7
/
+1
2008-01-28
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
1
-11
/
+30
2007-10-17
[IPSEC]: Rename mode to outer_mode and add inner_mode
Herbert Xu
1
-1
/
+1
2007-10-17
[IPSEC]: Add missing BEET checks
Herbert Xu
1
-1
/
+1
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-2
/
+2
2007-10-10
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
1
-0
/
+5
2007-10-10
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
1
-36
/
+4
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-2
/
+1
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-4
/
+4
2006-09-22
[IPSEC]: output mode to take an xfrm state as input param
Jamal Hadi Salim
1
-1
/
+1
2006-09-22
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
1
-2
/
+2
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-2
/
+2
2006-07-08
[NET] gso: Add skb_is_gso
Herbert Xu
1
-1
/
+1
2006-06-23
[IPSEC]: Handle GSO packets
Herbert Xu
1
-8
/
+46
2006-06-17
[IPSEC] xfrm: Abstract out encapsulation modes
Herbert Xu
1
-58
/
+3
2006-04-29
[IPSEC]: Fix IP ID selection
Herbert Xu
1
-1
/
+1
2006-02-15
[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
Patrick McHardy
1
-3
/
+10
2006-01-07
[NETFILTER]: Redo policy lookups after NAT when neccessary
Patrick McHardy
1
-1
/
+1
2006-01-07
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
1
-0
/
+1
[next]