Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
963a822b6d5fece27c88522ac34dd48928571c8b
/
net
/
dccp
/
proto.c
f95b414
net: introduce helper macro for_each_cmsghdr
by Gu Zheng
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
35a9ad8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
d0cd848
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 10 years ago
0c5b8a4
net/dccp/proto.c: add __init to dccp_mib_init
by Fabian Frederick
· 10 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
908c7f1
percpu_counter: add @gfp to percpu_counter_init()
by Tejun Heo
· 10 years ago
698365f
net: clean up snmp stats code
by WANG Cong
· 11 years ago
05dbc7b
tcp/dccp: remove twchain
by Eric Dumazet
· 11 years ago
64dc613
net: add sk_stream_is_writeable() helper
by Eric Dumazet
· 11 years ago
dc6b9b7
net: include/net/sock.h cleanup
by Eric Dumazet
· 12 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
31daf03
dccp ccid-2: use feature-negotiation to report Ack Ratio changes
by Gerrit Renker
· 13 years ago
0491026
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
by Tomasz Grobelny
· 14 years ago
871a2c1
dccp: Policy-based packet dequeueing infrastructure
by Tomasz Grobelny
· 14 years ago
b1fcf55
dccp: Refine the wait-for-ccid mechanism
by Gerrit Renker
· 14 years ago
2f34b32
dccp: cosmetics - warning format
by Gerrit Renker
· 14 years ago
1f4f0f6
dccp: Kill dead code and add static markers.
by stephen hemminger
· 14 years ago
1823e4c8
snmp: add align parameter to snmp_mib_init()
by Eric Dumazet
· 14 years ago
042604d
net/dccp: Use memdup_user
by Julia Lawall
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 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
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
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
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
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
792b487
dccp: Implement both feature-local and feature-remote Sequence Window feature
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
6fdd34d
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
by Gerrit Renker
· 16 years ago
6eb55d1
dccp: Integration of dynamic feature activation - part 1 (socket setup)
by Gerrit Renker
· 16 years ago
dd24c00
net: Use a percpu_counter for orphan_count
by Eric Dumazet
· 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
5caea4e
net: listening_hash get a spinlock per bucket
by Eric Dumazet
· 16 years ago
1910299
dccp: Tidy up setsockopt calls
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
3ab5aee
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
by Eric Dumazet
· 16 years ago
9eca0a4
dccp: Resolve dependencies of features on choice of CCID
by Gerrit Renker
· 16 years ago
d90ebcb
dccp: Query supported CCIDs
by Gerrit Renker
· 16 years ago
e8ef967
dccp: Registration routines for changing feature values
by Gerrit Renker
· 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
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
34a081b
dccp tfrc: Let dccp_tfrc_lib do the sampling work
by Gerrit Renker
· 16 years ago
7d1af6a
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
by Tomasz Grobelny
· 16 years ago
d6da351
dccp: Policy-based packet dequeueing infrastructure
by Tomasz Grobelny
· 16 years ago
146993c
dccp: Refine the wait-for-ccid mechanism
by Gerrit Renker
· 16 years ago
2faae55
dccp ccid-2: Use feature-negotiation to report Ack Ratio changes
by Gerrit Renker
· 16 years ago
51c7d4f
dccp: Implement both feature-local and feature-remote Sequence Window feature
by Gerrit Renker
· 16 years ago
b235dc4
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
by Gerrit Renker
· 16 years ago
3a53a9a
dccp: Integration of dynamic feature activation - part 1 (socket setup)
by Gerrit Renker
· 16 years ago
c8041e2
dccp: API to query the current TX/RX CCID
by Gerrit Renker
· 16 years ago
fade756
dccp: Set per-connection CCIDs via socket options
by Gerrit Renker
· 16 years ago
73bbe09
dccp: Tidy up setsockopt calls
by Gerrit Renker
· 16 years ago
20f41ee
dccp: Feature negotiation for minimum-checksum-coverage
by Gerrit Renker
· 16 years ago
668144f
dccp: Deprecate old setsockopt framework
by Gerrit Renker
· 16 years ago
093e1f4
dccp: Resolve dependencies of features on choice of CCID
by Gerrit Renker
· 16 years ago
71bb495
dccp: Query supported CCIDs
by Gerrit Renker
· 16 years ago
86349c8
dccp: Registration routines for changing feature values
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
4326499
dccp: Toggle debug output without module unloading
by Gerrit Renker
· 16 years ago
4881632
dccp: Empty the write queue when disconnecting
by Gerrit Renker
· 16 years ago
3e8a0a5
dccp: change L/R must have at least one byte in the dccpsf_val field
by Arnaldo Carvalho de Melo
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 16 years ago
5f090dc
net: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
028b027
[DCCP]: Fix skb->cb conflicts with IP
by Patrick McHardy
· 17 years ago
24e8b7e
[DCCP]: Use snmp_mib_{init,free}().
by YOSHIFUJI Hideaki
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
7913350
[DCCP]: Collapse repeated `len' statements into one
by Gerrit Renker
· 17 years ago
b8599d2
[DCCP]: Support for server holding timewait state
by Gerrit Renker
· 17 years ago
92d3192
[DCCP]: Shift the retransmit timer for active-close into output.c
by Gerrit Renker
· 17 years ago
0c86962
[DCCP]: Integrate state transitions for passive-close
by Gerrit Renker
· 17 years ago
f11135a
[DCCP]: Dedicated auxiliary states to support passive-close
by Gerrit Renker
· 17 years ago
ce865a6
[DCCP]: Add support for abortive release
by Gerrit Renker
· 17 years ago
d83bd95
[DCCP]: Check for unread data on close
by Gerrit Renker
· 17 years ago
e18d7a9
[DCCP]: Initialize dccp_sock before calling the ccid constructors
by Arnaldo Carvalho de Melo
· 17 years ago
8e8c71f
[DCCP]: Honour and make use of shutdown option set by user
by Gerrit Renker
· 17 years ago
230140c
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
by Eric Dumazet
· 17 years ago
6273172
[DCCP]: Implement SIOCINQ/FIONREAD
by Arnaldo Carvalho de Melo
· 17 years ago
042d18f
[DCCP]: Make all `debug' parameters bool
by Gerrit Renker
· 17 years ago
7c559a9
[DCCP]: Add socket option to query the current MPS
by Gerrit Renker
· 17 years ago
cecd8d0
[DCCP]: Reduce the number of writable states
by Gerrit Renker
· 17 years ago
a94f0f9
[DCCP]: Rate-limit DCCP-Syncs
by Gerrit Renker
· 17 years ago
4c70f38
[DCCP]: Provide 10s of microsecond timesource
by Gerrit Renker
· 17 years ago
Next »