Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9956953ec082e9353ee0828538ff37b149cc91c9
/
net
/
dccp
/
ipv4.c
4f0c40d9
dccp: limit sk_filter trim to payload
by Willem de Bruijn
· 8 years ago
95556a8
dccp: avoid deadlock in dccp_v4_ctl_send_reset
by Eric Dumazet
· 8 years ago
7309f88
dccp: do not assume DCCP code is non preemptible
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
b45386e
net: rename IP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
5d3848b
net: rename ICMP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
aa62d76
dccp: rename DCCP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
1e1d04e
net: introduce lockdep_is_held and update various places to use it
by Hannes Frederic Sowa
· 9 years ago
3b24d85
tcp/dccp: do not touch listener sk_refcnt under synflood
by Eric Dumazet
· 9 years ago
e316ea6
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
by Eric Dumazet
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
7716682
tcp/dccp: fix another race at listener dismantle
by Eric Dumazet
· 9 years ago
a583636
inet: refactor inet[6]_lookup functions to take skb
by Craig Gallek
· 9 years ago
5e0724d
tcp/dccp: fix hashdance race for passive sessions
by Eric Dumazet
· 9 years ago
f03f2e1
tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper
by Eric Dumazet
· 9 years ago
ef84d8c
Revert "inet: fix double request socket freeing"
by Eric Dumazet
· 9 years ago
4bdc3d6
tcp/dccp: fix behavior of stale SYN_RECV request sockets
by Eric Dumazet
· 9 years ago
a1a5344
tcp: avoid two atomic ops for syncookies
by Eric Dumazet
· 9 years ago
079096f
tcp/dccp: install syn_recv requests into ehash table
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
a00e744
tcp/dccp: constify send_synack and send_reset socket argument
by Eric Dumazet
· 9 years ago
ea3bea3
tcp/dccp: constify rtx_synack() and friends
by Eric Dumazet
· 9 years ago
b357a36
inet: fix possible panic in reqsk_queue_unlink()
by Eric Dumazet
· 10 years ago
c697366
inet: fix double request socket freeing
by Fan Du
· 10 years ago
85645ba
ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets
by Eric Dumazet
· 10 years ago
42cb80a
inet: remove sk_listener parameter from syn_ack_timeout()
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
08d2cc3b
inet: request sock should init IPv6/IPv4 addresses
by Eric Dumazet
· 10 years ago
d1e559d
inet: add IPv6 support to sk_ehashfn()
by Eric Dumazet
· 10 years ago
407640d
inet: add sk_listener argument to inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
16f8616
inet: fill request sock ir_iif for IPv4
by Eric Dumazet
· 10 years ago
3f66b08
inet: introduce ireq_family
by Eric Dumazet
· 10 years ago
bd337c5
ipv6: add missing ireq_net & ir_cookie initializations
by Eric Dumazet
· 10 years ago
d77c555
net: fix CONFIG_NET_NS=n compilation
by Eric Dumazet
· 10 years ago
33cf7c9
net: add real socket cookies
by Eric Dumazet
· 10 years ago
54da7996
dccp: remove blank lines between function/EXPORT_SYMBOL
by Fabian Frederick
· 10 years ago
b26ba20
net: Eliminate no_check from protosw
by Tom Herbert
· 10 years ago
8ed1dc4
ipv4: introduce hardened ip_no_pmtu_disc mode
by Hannes Frederic Sowa
· 11 years ago
0e0d44a
net: Remove FLOWI_FLAG_CAN_SLEEP
by Steffen Klassert
· 11 years ago
482fc60
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
by Hannes Frederic Sowa
· 11 years ago
634fb979
inet: includes a sock_common in request_sock
by Eric Dumazet
· 11 years ago
1a2c618
tcp: Remove TCPCT
by Christoph Paasch
· 12 years ago
e337e24
inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock
by Christoph Paasch
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
ba3f7f0
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
by David S. Miller
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
80d0a69
ipv4: Add helper inet_csk_update_pmtu().
by David S. Miller
· 12 years ago
1ed5c48
net: Remove checks for dst_ops->redirect being NULL.
by David S. Miller
· 12 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 12 years ago
c72e118
inet: makes syn_ack_timeout mandatory
by Eric Dumazet
· 13 years ago
f541fb7
dccp: fix bug in sequence number validation during connection setup
by Samuel Jero
· 13 years ago
898f735
dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().
by David S. Miller
· 13 years ago
525c646
dccp: fix error propagation in dccp_v4_connect
by RongQing.Li
· 13 years ago
918eb39
net: add missing bh_unlock_sock() calls
by Eric Dumazet
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
6bd023f
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
by David S. Miller
· 13 years ago
0e73441
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
by David S. Miller
· 14 years ago
2c42758
dccp: Use cork flow in dccp_v4_connect()
by David S. Miller
· 14 years ago
f139016
dccp: Use flowi4->saddr in dccp_v4_connect()
by David S. Miller
· 14 years ago
91ab0b6
ipv4: Get route daddr from flow key in dccp_v4_connect().
by David S. Miller
· 14 years ago
f6d8bd0
inet: add RCU protection to inet->opt
by Eric Dumazet
· 14 years ago
2d7192d
ipv4: Sanitize and simplify ip_route_{connect,newports}()
by David S. Miller
· 14 years ago
9cce96d
net: Put fl4_* macros to struct flowi4 and use them again.
by David S. Miller
· 14 years ago
9d6ec93
ipv4: Use flowi4 in public route lookup interfaces.
by David S. Miller
· 14 years ago
6281dcc
net: Make flowi ports AF dependent.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
273447b
ipv4: Kill can_sleep arg to ip_route_output_flow()
by David S. Miller
· 14 years ago
420d44d
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
by David S. Miller
· 14 years ago
abdf7e7
ipv4: Can final ip_route_connect() arg to boolean "can_sleep".
by David S. Miller
· 14 years ago
dca8b08
ipv4: Rearrange how ip_route_newports() gets port keys.
by David S. Miller
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
093d282
tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()
by Balazs Scheidler
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
bb29624
inet: Remove unused send_check length argument
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d14a0eb
net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation
by Gerrit Renker
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
9327f70
tcp: Fix a connect() race with timewait sockets
by Eric Dumazet
· 15 years ago
e6b4d11
TCPCT part 1a: add request_values parameter for sending SYNACK
by William Allen Simpson
· 15 years ago
13f18aa
net: drop capability from protocol definitions
by Eric Paris
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
3b401a8
inet: inet_connection_sock_af_ops const
by Stephen Hemminger
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
3ab5aee
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
by Eric Dumazet
· 16 years ago
d99a7bd
dccp: Cleanup routines for feature negotiation
by Gerrit Renker
· 16 years ago
ac75773
dccp: Per-socket initialisation of feature negotiation
by Gerrit Renker
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
9a1f27c
inet_hashtables: Add inet_lookup_skb helpers
by Arnaldo Carvalho de Melo
· 16 years ago
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
7020838
dccp: Cleanup routines for feature negotiation
by Gerrit Renker
· 16 years ago
828755c
dccp: Per-socket initialisation of feature negotiation
by Gerrit Renker
· 16 years ago
18e1d83
dccp: Fix incorrect length check for ICMPv4 packets
by Wei Yongjun
· 16 years ago
d68f086
dccp: Fix sequence number check for ICMPv4 packets
by Wei Yongjun
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
Next »