Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8d48794bb3bf7d7e421204a8cc3bd5c95ffc609b
/
net
/
ipv4
/
ip_output.c
9207f9d
net: preserve IP control block during GSO segmentation
by Konstantin Khlebnikov
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
40ba330
udp: disallow UFO for sockets with SO_NO_CHECK option
by Michal Kubeček
· 9 years ago
c8cd098
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
by Tom Herbert
· 9 years ago
dfc3b0e
net: remove unnecessary mroute.h includes
by Nikolay Aleksandrov
· 9 years ago
dbd3393
ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
by Hannes Frederic Sowa
· 9 years ago
d749c9c
ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
by Hannes Frederic Sowa
· 9 years ago
dc6ef6b
tcp: do not set queue_mapping on SYNACK
by Eric Dumazet
· 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
77589ce
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit
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
b92dacd
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
13206b6
net: Pass net into dst_output and remove dst_output_okfn
by Eric W. Biederman
· 9 years ago
850dcc4
ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk
by Eric W. Biederman
· 9 years ago
fd2874b
ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk
by Eric W. Biederman
· 9 years ago
694869b
ipv4: Pass struct net through ip_fragment
by Eric W. Biederman
· 9 years ago
007979e
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
by David Ahern
· 9 years ago
cfe673b
ip: constify ip_build_and_send_pkt() socket argument
by Eric Dumazet
· 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
4ba1bf4
ipv4: Only compute net once in ip_finish_output2
by Eric W. Biederman
· 9 years ago
9479b0a
ipv4: Explicitly compute net in ip_fragment
by Eric W. Biederman
· 9 years ago
26a949d
ipv4: Only compute net once in ip_do_fragment
by Eric W. Biederman
· 9 years ago
88f5cc2
ipv4: Remember the net in ip_output and ip_mc_output
by Eric W. Biederman
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
f7ba868
net: Use VRF index for oif in ip_send_unicast_reply
by David Ahern
· 9 years ago
ada6c1d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
b60f2f3
net: ipv4: un-inline ip_finish_output2
by Florian Westphal
· 9 years ago
33b1f31
net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling
by Florian Westphal
· 10 years ago
d6b915e
ip_fragment: don't forward defragmented DF packet
by Florian Westphal
· 10 years ago
c5501eb
net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper
by Florian Westphal
· 10 years ago
be12a1f
net: skbuff: add skb_append_pagefrags and use it
by Hannes Frederic Sowa
· 10 years ago
49d16b2
bridge_netfilter: No ICMP packet on IPv4 fragmentation error
by Andy Zhou
· 10 years ago
7d771aa
ipv4: __ip_local_out_sk() is static
by Eric Dumazet
· 10 years ago
8bc0034
net: remove extra newlines
by Sheng Yong
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
00db412
ipv4: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
b6a7719
ipv4: hash net ptr into fragmentation bucket selection
by Hannes Frederic Sowa
· 10 years ago
8d04516
netfilter: bridge: kill nf_bridge_pad
by Florian Westphal
· 10 years ago
acf8dd0
udp: only allow UFO for packets from SOCK_DGRAM sockets
by Michal Kubeček
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
21226ab
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
by Al Viro
· 10 years ago
bdbbb85
ipv4: tcp: get rid of ugly unicast_sock
by Eric Dumazet
· 10 years ago
811230c
tcp: ipv4: initialize unicast_sock sk_pacing_rate
by Eric Dumazet
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
f69e6d1
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
by Al Viro
· 10 years ago
cbffccc
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
by Joe Perches
· 10 years ago
330966e
net: make skb_gso_segment error handling more robust
by Florian Westphal
· 10 years ago
4062090
ipv4: dst_entry leak in ip_send_unicast_reply()
by Vasily Averin
· 10 years ago
1109a90
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
by Pablo Neira Ayuso
· 10 years ago
24a2d43
ipv4: rename ip_options_echo to __ip_options_echo()
by Eric Dumazet
· 10 years ago
09c2d25
net-timestamp: add key to disambiguate concurrent datagrams
by Willem de Bruijn
· 10 years ago
11878b4
net-timestamp: SOCK_RAW and PING timestamping
by Willem de Bruijn
· 10 years ago
73f156a
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 11 years ago
e110861
net: add a sysctl to reflect the fwmark on replies
by Lorenzo Colitti
· 11 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
c7ba65d
net: ip: push gso skb forwarding handling down the stack
by Florian Westphal
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
b0270e9
ipv4: add a sock pointer to ip_queue_xmit()
by Eric Dumazet
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1b34657
ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT
by Hannes Frederic Sowa
· 11 years ago
69647ce
ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragment
by Hannes Frederic Sowa
· 11 years ago
478b360
netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
by Florian Westphal
· 11 years ago
72c1d3b
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
by WANG Cong
· 11 years ago
f87c10a
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing
by Hannes Frederic Sowa
· 11 years ago
61e7f09
ipv4: consistent reporting of pmtu data in case of corking
by Hannes Frederic Sowa
· 11 years ago
482fc60
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
by Hannes Frederic Sowa
· 11 years ago
daba287
ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK
by Hannes Frederic Sowa
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e93b7d7
ip_output: do skb ufo init for peeked non ufo skb as well
by Jiri Pirko
· 11 years ago
aa66158
ipv4: processing ancillary IP_TOS or IP_TTL
by Francesco Fusco
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
749154a
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header
by Ansis Atteka
· 11 years ago
0ea9d5e
xfrm: introduce helper for safe determination of mtu
by Hannes Frederic Sowa
· 11 years ago
2fbd967
ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functions
by Denis Efremov
· 12 years ago
f016588
netfilter: use IS_ENABLE to replace if defined in TRACE target
by Gao feng
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
fc70fb6
net: Handle encapsulated offloads before fragmentation or handing to lower dev
by Alexander Duyck
· 12 years ago
155e833
ipv4: introduce rt_uses_gateway
by Julian Anastasov
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
5f2d04f
ipv4: fix path MTU discovery with connection tracking
by Patrick McHardy
· 12 years ago
a9915a1
ipv4: fix ip header ident selection in __ip_make_skb()
by Eric Dumazet
· 12 years ago
b5ec8ee
ipv4: fix ip_send_skb()
by Eric Dumazet
· 12 years ago
3a7c384
ipv4: tcp: unicast_sock should not land outside of TCP stack
by Eric Dumazet
· 12 years ago
9871f1a
ip: fix error handling in ip_finish_output2()
by Vasiliy Kulikov
· 12 years ago
5e9965c
Merge branch 'kill_rtcache'
by David S. Miller
· 12 years ago
0980e56
ipv4: tcp: set unicast_sock uc_ttl to -1
by Eric Dumazet
· 12 years ago
f8126f1
ipv4: Adjust semantics of rt->rt_gateway.
by David S. Miller
· 12 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 12 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 12 years ago
a263b30
ipv4: Make neigh lookups directly in output packet path.
by David S. Miller
· 12 years ago
70e7341
ipv4: Show that ip_send_reply() is purely unicast routine.
by David S. Miller
· 12 years ago
95603e2
net-next: add dev_loopback_xmit() to avoid duplicate code
by Michel Machado
· 12 years ago
5d0ba55
net: use consume_skb() in place of kfree_skb()
by Eric Dumazet
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
Next »