Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ebfa4324930618e72645d2eb7db1c9773228a868
/
net
/
dccp
b0270e9
ipv4: add a sock pointer to ip_queue_xmit()
by Eric Dumazet
· 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
09db308
dccp: re-enable debug macro
by Gerrit Renker
· 11 years ago
8ed1dc4
ipv4: introduce hardened ip_no_pmtu_disc mode
by Hannes Frederic Sowa
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6aee49c
dccp: make local variable static
by stephen hemminger
· 11 years ago
fd34d62
dccp: remove obsolete code
by stephen hemminger
· 11 years ago
965cdea
dccp: catch failed request_module call in dccp_probe init
by Wang Weidong
· 11 years ago
1669cb9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
93b36cf
ipv6: support IPV6_PMTU_INTERFACE on sockets
by Hannes Frederic Sowa
· 11 years ago
ce7a3bd
ipv6: do not erase dst address with flow label destination
by Florent Fourcot
· 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
a402a5a
net: dccp: Remove extern from function prototypes
by Joe Perches
· 11 years ago
b44084c
inet: rename ir_loc_port to ir_num
by Eric Dumazet
· 11 years ago
634fb979
inet: includes a sock_common in request_sock
by Eric Dumazet
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
05dbc7b
tcp/dccp: remove twchain
by Eric Dumazet
· 11 years ago
bd784a1
net:dccp: do not report ICMP redirects to user space
by Duan Jiong
· 11 years ago
64dc613
net: add sk_stream_is_writeable() helper
by Eric Dumazet
· 11 years ago
1a2c618
tcp: Remove TCPCT
by Christoph Paasch
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
fa201d6
net/dccp: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
95148a0
net/dccp/ccids: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 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
e6c022a
tcp: better retrans tracking for defer-accept
by Eric Dumazet
· 12 years ago
7b07f8eb
dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)
by Mathias Krause
· 12 years ago
276bdb8
dccp: check ccid before dereferencing
by Mathias Krause
· 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
35ad9b9
ipv6: Add helper inet6_csk_update_pmtu().
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
ec18d9a
ipv6: Add redirect support to all protocol icmp error handlers.
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
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
0979e46
dccp: remove unnecessary codes in ipv6.c
by RongQing.Li
· 12 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 12 years ago
81aded2
ipv6: Handle PMTU in ICMP error handlers.
by David S. Miller
· 12 years ago
dc6b9b7
net: include/net/sock.h cleanup
by Eric Dumazet
· 12 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
7604adc
ipv6: dccp: dont drop packet but consume it
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 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
793734b
dccp ccid-3: replace incorrect BUG_ON
by Gerrit Renker
· 13 years ago
c899136
inet_diag: Rename inet_diag_req into inet_diag_req_v2
by Pavel Emelyanov
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
aec8dc6
sock_diag: Fix module netlink aliases
by Pavel Emelyanov
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
1942c51
inet_diag: Generalize inet_diag dump and get_exact calls
by Pavel Emelyanov
· 13 years ago
7b35ead
inet_diag: Remove indirect sizeof from inet diag handlers
by Pavel Emelyanov
· 13 years ago
f13c95f
inet_diag: Switch from _GETSOCK to IPPROTO_ numbers
by Pavel Emelyanov
· 13 years ago
7f1fb60
inet_diag: Partly rename inet_ to sock_
by Pavel Emelyanov
· 13 years ago
d984e61
dccp: Fix compile warning in probe code.
by David S. Miller
· 13 years ago
898f735
dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().
by David S. Miller
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
525c646
dccp: fix error propagation in dccp_v4_connect
by RongQing.Li
· 13 years ago
e56c57d
net: rename sk_clone to sk_clone_lock
by Eric Dumazet
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
918eb39
net: add missing bh_unlock_sock() calls
by Eric Dumazet
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
d9b9384
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
by Paul Gortmaker
· 13 years ago
b903d32
ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT
by Eric Dumazet
· 13 years ago
19fd617
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
d96a9e8
dccp ccid-2: check Ack Ratio when reducing cwnd
by Samuel Jero
· 13 years ago
0ce95dc7
dccp ccid-2: increment cwnd correctly
by Samuel Jero
· 13 years ago
d346d88
dccp ccid-2: prevent cwnd > Sequence Window
by Samuel Jero
· 13 years ago
31daf03
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
by Gerrit Renker
· 13 years ago
a6444f4
dccp: send Confirm options only once
by Samuel Jero
· 13 years ago
44e6fd9
dccp: support for exchanging of NN options in established state 2/2
by Gerrit Renker
· 13 years ago
d6916f8
dccp: support for the exchange of NN options in established state 1/2
by Gerrit Renker
· 13 years ago
113ced1
dccp ccid-2: Perform congestion-window validation
by Gerrit Renker
· 13 years ago
58fdea0
dccp ccid-2: Use existing function to test for data packets
by Gerrit Renker
· 13 years ago
b4d5f4b
dccp ccid-2: move rfc 3390 function into header file
by Gerrit Renker
· 13 years ago
1fd9d20
dccp: cosmetics of info message
by Gerrit Renker
· 13 years ago
8695e80
dccp: combine the functionality of enqeueing and cloning
by Gerrit Renker
· 13 years ago
c0c2015
dccp: Clean up slow-path input processing
by Gerrit Renker
· 13 years ago
6bd023f
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
by David S. Miller
· 13 years ago
3c709f8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
by David S. Miller
· 13 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 14 years ago
0e73441
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
by David S. Miller
· 13 years ago
2c42758
dccp: Use cork flow in dccp_v4_connect()
by David S. Miller
· 14 years ago
a294865
dccp: handle invalid feature options length
by Dan Rosenberg
· 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
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1958b85
net: Put fl6_* macros to struct flowi6 and use them again.
by David S. Miller
· 14 years ago
4c9483b
ipv6: Convert to use flowi6 where applicable.
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
Next »