Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
56b925fccc58cd43fc553a8302dbbdd440aef288
/
net
/
dccp
b1cdc46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
4be929b
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
by Alexey Dobriyan
· 14 years ago
d9b52dc
net/dccp: expansion of error code size
by Yoichi Yuasa
· 14 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
4e15ed4
net: replace ipfragok with skb->local_df
by Shan Wei
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
bb29624
inet: Remove unused send_check length argument
by Herbert Xu
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 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
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
ec733b15
net: snmp mib cleanup
by Eric Dumazet
· 15 years ago
d14a0eb
net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation
by Gerrit Renker
· 15 years ago
a3a858f
net: backlog functions rename
by Zhu Yi
· 15 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
55d9559
dccp: support for passing MSG_TRUNC
by Gerrit Renker
· 15 years ago
69a6a0b
dccp: allow probing of CCID-array length
by Gerrit Renker
· 15 years ago
9c119ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1386be5
dccp: fix auto-loading of dccp(_probe)
by Gerrit Renker
· 15 years ago
8ed030d
dccp: fix bug in cache allocation
by Gerrit Renker
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6be3257
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
de4ef86
dccp: fix dccp rmmod when kernel configured to use slub
by Neil Horman
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
38ff3e6
dccp_probe: Fix module load dependencies between dccp and dccp_probe
by Neil Horman
· 15 years ago
7acd72e
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
by Stefani Seibold
· 15 years ago
e64c026
kfifo: cleanup namespace
by Stefani Seibold
· 15 years ago
c1e13f2
kfifo: move out spinlock
by Stefani Seibold
· 15 years ago
4546548
kfifo: move struct kfifo in place
by Stefani Seibold
· 15 years ago
9327f70
tcp: Fix a connect() race with timewait sockets
by Eric Dumazet
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
e6b4d11
TCPCT part 1a: add request_values parameter for sending SYNACK
by William Allen Simpson
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
13f18aa
net: drop capability from protocol definitions
by Eric Paris
· 15 years ago
ea94ff3
net: Fix for dst_negative_advice
by Krishna Kumar
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
f373b53
tcp: replace ehash_size by ehash_mask
by Eric Dumazet
· 15 years ago
b301e82
IPv6: use ipv6_addr_set_v4mapped()
by Brian Haley
· 15 years ago
996ccf4
dccp ccid-3: Remove CCID naming redundancy 2/2
by Gerrit Renker
· 15 years ago
77d2dd9
dccp ccid-2: Remove CCID naming redundancy 1/2
by Gerrit Renker
· 15 years ago
388d5e9
dccp ccid-3: Overhaul CCID naming convention 2/2
by Gerrit Renker
· 15 years ago
b1c00fe
dccp ccid-2: Overhaul CCID naming convention 1/2
by Gerrit Renker
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
4481374
mm: replace various uses of num_physpages by totalram_pages
by Jan Beulich
· 15 years ago
5708e86
net: constify remaining proto_ops
by Alexey Dobriyan
· 15 years ago
41135cc
net: constify struct inet6_protocol
by Alexey Dobriyan
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
aa1b1ff
net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle
by Gerrit Renker
· 15 years ago
3b401a8
inet: inet_connection_sock_af_ops const
by Stephen Hemminger
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f222e8b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
476181c
dccp: missing destroy of percpu counter variable while unload module
by Wei Yongjun
· 15 years ago
1c29b3f
net-dccp: suppress warning about large allocations from DCCP
by Mel Gorman
· 15 years ago
a57de0b
net: adding memory barrier to the poll and receive callbacks
by Jiri Olsa
· 15 years ago
d5fdd6b
ipv6: Use correct data types for ICMPv6 type and code
by Brian Haley
· 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
86739fb
dccp: Do not let initial option overhead shrink the MPS
by Gerrit Renker
· 16 years ago
361a5c1
dccp: Minimise header option overhead in setting the MPS
by Gerrit Renker
· 16 years ago
f3f3abb
dccp: Debugging functions for feature negotiation
by Gerrit Renker
· 16 years ago
883ca83
dccp: Initialisation and type-checking of feature sysctls
by Gerrit Renker
· 16 years ago
792b487
dccp: Implement both feature-local and feature-remote Sequence Window feature
by Gerrit Renker
· 16 years ago
f90f92e
dccp: Initialisation framework for feature negotiation
by Gerrit Renker
· 16 years ago
4dbc242
dccp ccid-3: Fix RFC reference
by Gerrit Renker
· 16 years ago
1b6725d
net: fix section mismatch warnings in dccp/ccids/lib/tfrc.c
by Leonardo Potenza
· 16 years ago
129fa44
dccp: Integrate the TFRC library with DCCP
by Gerrit Renker
· 16 years ago
e5fd56c
dccp: Clean up ccid.c after integration of CCID plugins
by Gerrit Renker
· 16 years ago
ddebc97
dccp: Lockless integration of CCID congestion-control plugins
by Gerrit Renker
· 16 years ago
eb4dea5
net: Fix percpu counters deadlock
by Herbert Xu
· 16 years ago
a693722
dccp_diag: LISTEN sockets don't have CCIDs
by Arnaldo Carvalho de Melo
· 16 years ago
6fdd34d
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
by Gerrit Renker
· 16 years ago
4098dce
dccp: Remove manual influence on NDP Count feature
by Gerrit Renker
· 16 years ago
0049bab
dccp: Remove obsolete parts of the old CCID interface
by Gerrit Renker
· 16 years ago
63b8e28
dccp: Clean up old feature-negotiation infrastructure
by Gerrit Renker
· 16 years ago
991d927
dccp: Integration of dynamic feature activation - part 3 (client side)
by Gerrit Renker
· 16 years ago
192b27f
dccp: Integration of dynamic feature activation - part 2 (server side)
by Gerrit Renker
· 16 years ago
6eb55d1
dccp: Integration of dynamic feature activation - part 1 (socket setup)
by Gerrit Renker
· 16 years ago
61c1d05
dccp: use roundup instead of opencoding
by Ilpo Järvinen
· 16 years ago
422d9cd
dccp: Feature activation handlers
by Gerrit Renker
· 16 years ago
b1ad004
dccp: Processing Confirm options
by Gerrit Renker
· 16 years ago
e77b836
dccp: Process incoming Change feature-negotiation options
by Gerrit Renker
· 16 years ago
75757a7
dccp: Preference list reconciliation
by Gerrit Renker
· 16 years ago
8b7b6c7
dccp: Integrate feature-negotiation insertion code
by Gerrit Renker
· 16 years ago
0971d17
dccp: Insert feature-negotiation options into skb
by Gerrit Renker
· 16 years ago
dd24c00
net: Use a percpu_counter for orphan_count
by Eric Dumazet
· 16 years ago
52479b6
netns xfrm: lookup in netns
by Alexey Dobriyan
· 16 years ago
3ed7cc0
dccp: fix warning in net/dccp/options.c
by Ingo Molnar
· 16 years ago
8c862c2
dccp: Header option insertion routine for feature-negotiation
by Gerrit Renker
· 16 years ago
d371056
dccp: Support for Mandatory options
by Gerrit Renker
· 16 years ago
02fa460
dccp: Increase the scope of variable-length htonl/ntohl functions
by Gerrit Renker
· 16 years ago
71c262a
dccp: API to query the current TX/RX CCID
by Gerrit Renker
· 16 years ago
b20a9c2
dccp: Set per-connection CCIDs via socket options
by Gerrit Renker
· 16 years ago
3d3e35a
dccp: Fix bracing in dccp_feat_list_lookup.
by Gerrit Renker
· 16 years ago
5caea4e
net: listening_hash get a spinlock per bucket
by Eric Dumazet
· 16 years ago
a7a0d6a
net: inet_diag_handler structs can be const
by Eric Dumazet
· 16 years ago
1910299
dccp: Tidy up setsockopt calls
by Gerrit Renker
· 16 years ago
dd9c0e3
dccp: Deprecate Ack Ratio sysctl
by Gerrit Renker
· 16 years ago
2945055
dccp: Feature negotiation for minimum-checksum-coverage
by Gerrit Renker
· 16 years ago
49aebc6
dccp: Deprecate old setsockopt framework
by Gerrit Renker
· 16 years ago
Next »