Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d2d56faebaed1dd9bc011fcceed7df6b1bea8fac
/
net
/
ipv4
8c923ce
ip_tunnel: use the right netns in ioctl handler
by Nicolas Dichtel
· 11 years ago
0d5edc6
ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()
by Cong Wang
· 11 years ago
6a66271
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
by Cong Wang
· 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
9114615
ipv4: return valid RTA_IIF on ip route get
by Julian Anastasov
· 11 years ago
b04c461
net: ipv4: current group_info should be put after using.
by Wang, Xiaoming
· 11 years ago
8d89dcd
vti: don't allow to add the same tunnel twice
by Nicolas Dichtel
· 11 years ago
5a45527
gre: don't allow to add the same tunnel twice
by Nicolas Dichtel
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
ce7613d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
3ed66e9
net: replace __this_cpu_inc in route.c with raw_cpu_inc
by Christoph Lameter
· 11 years ago
c58dd2d
netfilter: Can't fail and free after table replacement
by Thomas Graf
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e2a1d3e
tcp: fix get_timewait4_sock() delay computation on 64bit
by Eric Dumazet
· 11 years ago
a0b8486
tcp: tcp_make_synack() minor changes
by Eric Dumazet
· 11 years ago
cc93fc5
tcp: delete unused parameter in tcp_nagle_check()
by Peter Pan(潘卫平)
· 11 years ago
fbd02dd
ip_tunnel: Fix dst ref-count.
by Pravin B Shelar
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0b8c7f6
ipv4: remove ip_rt_dump from route.c
by Li RongQing
· 11 years ago
4a4eb21
ipv4: remove ipv4_ifdown_dst from route.c
by Li RongQing
· 11 years ago
65886f4
ipmr: fix mfc notification flags
by Nicolas Dichtel
· 11 years ago
e35bad5
net: remove empty lines from tcp_syn_flood_action
by Daniel Baluta
· 11 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
995dca4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
e86e180
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2f32b51
xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly
by Steffen Klassert
· 11 years ago
c3f9b01
tcp: tcp_release_cb() should release socket ownership
by Eric Dumazet
· 11 years ago
431a912
tcp: timestamp SYN+DATA messages
by Eric Dumazet
· 11 years ago
2196269
tcp: do not leak non zero tstamp in output packets
by Eric Dumazet
· 11 years ago
e588e2f
inet: frag: make sure forced eviction removes all frags
by Florian Westphal
· 11 years ago
f7324ac
tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()
by David S. Miller
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
24b9bf4
net: fix for a race condition in the inet frag code
by Nikolay Aleksandrov
· 11 years ago
f19c29e
tcp: snmp stats for Fast Open, SYN rtx, and data pkts
by Yuchung Cheng
· 11 years ago
10ddceb
ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer
by Xin Long
· 11 years ago
c84a571
tcp: fix bogus RTT on special retransmission
by Yuchung Cheng
· 11 years ago
8e1f40e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
740b0f1
tcp: switch rtt estimations to usec resolution
by Eric Dumazet
· 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
8e165e2
net: tcp: add mib counters to track zero window transitions
by Florian Westphal
· 11 years ago
9a9bfd0
net: tcp: use NET_INC_STATS()
by Eric Dumazet
· 11 years ago
91a48a2
ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
by Hannes Frederic Sowa
· 11 years ago
895de9a
vti4: Enable namespace changing
by Steffen Klassert
· 11 years ago
6e2de80
vti4: Check the tunnel endpoints of the xfrm state and the vti interface
by Steffen Klassert
· 11 years ago
78a010c
vti4: Support inter address family tunneling.
by Steffen Klassert
· 11 years ago
a34cd4f
vti4: Use the on xfrm_lookup returned dst_entry directly
by Steffen Klassert
· 11 years ago
9994bb8
xfrm4: Remove xfrm_tunnel_notifier
by Steffen Klassert
· 11 years ago
df3893c
vti: Update the ipv4 side to use it's own receive hook.
by Steffen Klassert
· 11 years ago
6d608f0
ip_tunnel: Make vti work with i_key set
by Steffen Klassert
· 11 years ago
70be6c9
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer
by Steffen Klassert
· 11 years ago
d099160
ipcomp4: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
e5b5645
ah4: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
827789c
esp4: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
3328715
xfrm4: Add IPsec protocol multiplexer
by Steffen Klassert
· 11 years ago
d10473d
tcp: reduce the bloat caused by tcp_is_cwnd_limited()
by Eric Dumazet
· 11 years ago
1f5a740
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
f5ddcbb
net-tcp: fastopen: fix high order allocations
by Eric Dumazet
· 11 years ago
cf71d2bc
sit: fix panic with route cache in ip tunnels
by Nicolas Dichtel
· 11 years ago
ebe44f3
ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.c
by David S. Miller
· 11 years ago
86c1a04
tcp: use zero-window when free_space is low
by Florian Westphal
· 11 years ago
c8e6ad0
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
by Hannes Frederic Sowa
· 11 years ago
2e99c07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
3d0a062
netfilter: remove double colon
by stephen hemminger
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a625486
ipv4: fix counter in_slow_tot
by Duan Jiong
· 11 years ago
478b360
netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
by Florian Westphal
· 11 years ago
6dd3c9e
ip_tunnel: return more precise errno value when adding tunnel fails
by Florian Westphal
· 11 years ago
cd0f0b9
ipv4: distinguish EHOSTUNREACH from the ENETUNREACH
by Duan Jiong
· 11 years ago
977cb0e
tcp: add pacing_rate information into tcp_info
by Eric Dumazet
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
2b7a79b
netfilter: nf_nat_snmp_basic: fix duplicates in if/else branches
by FX Le Bail
· 11 years ago
357137a
ipv4: ipconfig.c: add parentheses in an if statement
by FX Le Bail
· 11 years ago
d4f2fa6
ipv4: ip_forward: perform skb->pkt_type check at the beginning
by Denis Kirjanov
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
45f7435
tcp: remove unused min_cwnd member of tcp_congestion_ops
by Stanislav Fomichev
· 11 years ago
fe6cc55
net: ip, ipv6: handle gso skbs in forwarding path
by Florian Westphal
· 11 years ago
d8b2a86
{IPv4,xfrm} Add ESN support for AH ingress part
by Fan Du
· 11 years ago
d4d573d
{IPv4,xfrm} Add ESN support for AH egress part
by Fan Du
· 11 years ago
bf06200
tcp: tsq: fix nonagle handling
by John Ogness
· 11 years ago
b10bd54
tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min
by Jesper Juhl
· 11 years ago
f41f031
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
4a5ab4e
tcp: remove 1ms offset in srtt computation
by Eric Dumazet
· 11 years ago
63b5f15
ipv4: Fix runtime WARNING in rtmsg_ifa()
by Geert Uytterhoeven
· 11 years ago
05513e9
netfilter: nf_tables: add reject module for NFPROTO_INET
by Patrick McHardy
· 11 years ago
cc4723c
netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts
by Patrick McHardy
· 11 years ago
829d931
netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()
by Alexey Dobriyan
· 11 years ago
a664a4f
net/ipv4: Use proper RCU APIs for writer-side in udp_offload.c
by Shlomo Pongratz
· 11 years ago
b045d37
ip_tunnel: fix panic in ip_tunnel_xmit()
by Eric Dumazet
· 11 years ago
b5aaab1
net/ipv4: Use non-atomic allocation of udp offloads structure instance
by Or Gerlitz
· 11 years ago
c0c0c50
net: gre: use icmp_hdr() to get inner ip header
by Duan Jiong
· 11 years ago
a452ce3
net: Fix memory leak if TPROXY used with TCP early demux
by Holger Eitzenberger
· 11 years ago
27d79f3
net: ipv4: Use PTR_ERR_OR_ZERO
by Sachin Kamat
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
a0065f2
fib_frontend: fix possible NULL pointer dereference
by Oliver Hartkopp
· 11 years ago
Next »