Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
60c2820d0f6d3497975b6488e2599f8f611d8b95
/
net
/
ipv4
e5aed00
udp: prevent skbs lingering in tunnel socket queues
by Hannes Frederic Sowa
· 8 years ago
b8921ca
ip4ip6: Support for GSO/GRO
by Tom Herbert
· 8 years ago
058214a
ip6_tun: Add infrastructure for doing encapsulation
by Tom Herbert
· 8 years ago
5f914b6
fou: Support IPv6 in fou
by Tom Herbert
· 8 years ago
dc969b8
fou: Split out {fou,gue}_build_header
by Tom Herbert
· 8 years ago
440924b
fou: Call setup_udp_tunnel_sock
by Tom Herbert
· 8 years ago
55c2bc1
net: Cleanup encap items in ip_tunnels.h
by Tom Herbert
· 8 years ago
7e13318
net: define gso types for IPx over IPv4 and IPv6
by Tom Herbert
· 8 years ago
5c7cdf33
gso: Remove arbitrary checks for unsupported GSO
by Tom Herbert
· 8 years ago
ea1627c
tcp: minor optimizations around tcp_hdr() usage
by Eric Dumazet
· 8 years ago
2632616
sock: propagate __sock_cmsg_send() error
by Eric Dumazet
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
626abd5
net/route: enforce hoplimit max value
by Paolo Abeni
· 8 years ago
ed7cbbc
udp: Resolve NULL pointer dereference over flow-based vxlan device
by Alexander Duyck
· 8 years ago
da73b4e
gre: Fix wrong tpi->proto in WCCP
by Haishuang Yan
· 8 years ago
0b922b7
net: original ingress device index in PKTINFO
by David Ahern
· 9 years ago
74b2058
net: l3mdev: Add hook in ip and ipv6
by David Ahern
· 9 years ago
e271c7b
gre: do not keep the GRE header around in collect medata mode
by Jiri Benc
· 8 years ago
756ee17
tcp: replace cnt & rtt with struct in pkts_acked()
by Lawrence Brakmo
· 8 years ago
10a8198
tcp: refresh skb timestamp at retransmit time
by Eric Dumazet
· 9 years ago
1ff23be
net: l3mdev: Allow send on enslaved interface
by David Ahern
· 9 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e8ed77d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
229740c
udp_offload: Set encapsulation before inner completes.
by Jarno Rajahalme
· 9 years ago
43b8448
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
by Jarno Rajahalme
· 9 years ago
47dcc20
ipv4: tcp: ip_send_unicast_reply() is not BH safe
by Eric Dumazet
· 9 years ago
b3b4663
net: vrf: Create FIB tables on link create
by David Ahern
· 9 years ago
0a93aae
netfilter: conntrack: use a single expectation table for all namespaces
by Florian Westphal
· 9 years ago
03d7dc5
netfilter: conntrack: check netns when walking expect hash
by Florian Westphal
· 9 years ago
d7cdf81
netfilter: x_tables: get rid of old and inconsistent debugging
by Pablo Neira Ayuso
· 9 years ago
56d52d4
netfilter: conntrack: use a single hashtable for all namespaces
by Florian Westphal
· 9 years ago
e0c7d47
netfilter: conntrack: check netns when comparing conntrack objects
by Florian Westphal
· 9 years ago
245cfdc
netfilter: conntrack: small refactoring of conntrack seq_printf
by Florian Westphal
· 9 years ago
777c6ae
tcp: two more missing bh disable
by Eric Dumazet
· 9 years ago
614bdd4
tcp: must block bh in __inet_twsk_hashdance()
by Eric Dumazet
· 9 years ago
46cc6e4
tcp: fix lockdep splat in tcp_snd_una_update()
by Eric Dumazet
· 9 years ago
32b583a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 9 years ago
125372f
gre: receive also TEB packets for lwtunnels
by Jiri Benc
· 9 years ago
244a797
gre: move iptunnel_pull_header down to ipgre_rcv
by Jiri Benc
· 9 years ago
00b2034
gre: remove superfluous pskb_may_pull
by Jiri Benc
· 9 years ago
f132ae7
gre: change gre_parse_header to return the header length
by Jiri Benc
· 9 years ago
d401123
tcp: guarantee forward progress in tcp_sendmsg()
by Eric Dumazet
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
1d2077a
net: add __sock_wfree() helper
by Eric Dumazet
· 9 years ago
9580bf2
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
by Eric Dumazet
· 9 years ago
182a352
gre: Create common functions for transmit
by Tom Herbert
· 9 years ago
95f5c64
gre: Move utility functions to common headers
by Tom Herbert
· 9 years ago
d41a69f
tcp: make tcp_sendmsg() aware of socket backlog
by Eric Dumazet
· 9 years ago
e61da9e
udp: prepare for non BH masking at backlog processing
by Eric Dumazet
· 9 years ago
fb3477c
tcp: do not block bh during prequeue processing
by Eric Dumazet
· 9 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
b7f8fe2
gre: do not pull header in ICMP error processing
by Jiri Benc
· 9 years ago
90e5d0d
soreuseport: Fix TCP listener hash collision
by Craig Gallek
· 9 years ago
f27337e
ip_tunnel: fix preempt warning in ip tunnel creation/updating
by Paolo Abeni
· 9 years ago
92b4423
netfilter: fix IS_ERR_VALUE usage
by Pablo Neira Ayuso
· 9 years ago
0cef6a4
tcp: give prequeue mode some care
by Eric Dumazet
· 9 years ago
946b636
gre: reject GUE and FOU in collect metadata mode
by Jiri Benc
· 9 years ago
2090714
gre: build header correctly for collect metadata tunnels
by Jiri Benc
· 9 years ago
a64b04d
gre: do not assign header_ops in collect metadata mode
by Jiri Benc
· 9 years ago
a166140
tcp: Handle eor bit when fragmenting a skb
by Martin KaFai Lau
· 9 years ago
a643b5d
tcp: Handle eor bit when coalescing skb
by Martin KaFai Lau
· 9 years ago
c134ecb
tcp: Make use of MSG_EOR in tcp_sendmsg
by Martin KaFai Lau
· 9 years ago
0a2cf20
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
by Soheil Hassas Yeganeh
· 9 years ago
863c1fd
tcp: remove an unnecessary check in tcp_tx_timestamp
by Soheil Hassas Yeganeh
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
b15084e
net: rename IP_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
98f6199
net: rename IP_ADD_STATS_BH()
by Eric Dumazet
· 9 years ago
b45386e
net: rename IP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
214d3f1
net: icmp: rename ICMPMSGIN_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
90bbcc6
net: tcp: rename TCP_INC_STATS_BH
by Eric Dumazet
· 9 years ago
02c2234
net: udp: rename UDP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
5d3848b
net: rename ICMP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
6aef70a
net: snmp: kill various STATS_USER() helpers
by Eric Dumazet
· 9 years ago
c0cc531
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6ed46d1
sock_diag: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
960a262
net: better drop monitoring in ip{6}_recv_error()
by Eric Dumazet
· 9 years ago
0aea76d
tcp: SYN packets are now simply consumed
by Eric Dumazet
· 9 years ago
d296ba6
soreuseport: Resolve merge conflict for v4/v6 ordering fix
by Craig Gallek
· 9 years ago
391a203
ipv4/fib: don't warn when primary address is missing if in_dev is dead
by Paolo Abeni
· 9 years ago
10d3be5
tcp-tso: do not split TSO packets at retransmit time
by Eric Dumazet
· 9 years ago
2de8023
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
by Martin KaFai Lau
· 9 years ago
b51e13f
tcp: Carry txstamp_ack in tcp_fragment_tstamp
by Martin KaFai Lau
· 9 years ago
11afbff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
2175d87
libnl: nla_put_msecs(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
b46f6de
libnl: nla_put_be64(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cfea5a6
tcp: Merge tx_flags and tskey in tcp_shifted_skb
by Martin KaFai Lau
· 9 years ago
082ac2d
tcp: Merge tx_flags and tskey in tcp_collapse_retrans
by Martin KaFai Lau
· 9 years ago
a9a0804
ipmr: align RTA_MFC_STATS on 64-bit
by Nicolas Dichtel
· 9 years ago
b7de529
net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag
by Xin Long
· 9 years ago
479f85c
tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks
by Martin KaFai Lau
· 9 years ago
110361f
udp: fix if statement in SIOCINQ ioctl
by Dan Carpenter
· 9 years ago
e0c2096
GRE: Add support for GRO/GSO of IPv6 GRE traffic
by Alexander Duyck
· 9 years ago
aed069d
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
by Alexander Duyck
· 9 years ago
cb2050a
sctp: export some functions for sctp_diag in inet_diag
by Xin Long
· 9 years ago
8804b27
tcp: remove false sharing in tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
b3d0514
tcp: do not mess with listener sk_wmem_alloc
by Eric Dumazet
· 9 years ago
d894ba1
soreuseport: fix ordering for mixed v4/v6 sockets
by Craig Gallek
· 9 years ago
802ab55
GSO: Support partial segmentation offload
by Alexander Duyck
· 9 years ago
1530545
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
by Alexander Duyck
· 9 years ago
Next »