Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
dd24c00191d5e4a1ae896aafe33c6b8095ab4bd1
/
net
/
dccp
/
proto.c
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
8fb8354
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
by Arnaldo Carvalho de Melo
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
39ebc02
[DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV
by Arnaldo Carvalho de Melo
· 18 years ago
c9eaf17
[NET] DCCP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
dbca9b275
[NET]: change layout of ehash table
by Eric Dumazet
· 18 years ago
8109b02
[DCCP]: Whitespace cleanups
by Arnaldo Carvalho de Melo
· 18 years ago
841bac1
[DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0
by Arnaldo Carvalho de Melo
· 18 years ago
5aed324
[DCCP]: Tidy up unused structures
by Gerrit Renker
· 18 years ago
59348b1
[DCCP]: Simplified conditions due to use of enum:8 states
by Gerrit Renker
· 18 years ago
b1308dc
[DCCP]: Set TX Queue Length Bounds via Sysctl
by Ian McDonald
· 18 years ago
09dbc38
[DCCP]: Miscellaneous code tidy-ups
by Gerrit Renker
· 18 years ago
2e2e9e9
[DCCP]: Add sysctls to control retransmission behaviour
by Gerrit Renker
· 18 years ago
6f4e5ff
[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
by Gerrit Renker
· 18 years ago
72a3eff
[NET]: Size listen hash tables using backlog hint
by Eric Dumazet
· 18 years ago
00e4d11
[DCCP]: Allow default/fallback service code.
by Gerrit Renker
· 18 years ago
97e5848
[DCCP]: Introduce tx buffering
by Ian McDonald
· 18 years ago
9faefb6
[DCCP]: Fix sparse warnings.
by Alan Cox
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
624d116
[I/OAT]: Make sk_eat_skb I/OAT aware.
by Chris Leech
· 18 years ago
134af34
[DCCP]: Fix sock_orphan dead lock
by Herbert Xu
· 19 years ago
f348d70
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
by Davide Libenzi
· 19 years ago
8ca0d17
[DCCP] feat: Pass dccp_minisock ptr where only the minisock is used
by Arnaldo Carvalho de Melo
· 19 years ago
a4bf390
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
by Arnaldo Carvalho de Melo
· 19 years ago
543d9cf
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
by Arnaldo Carvalho de Melo
· 19 years ago
dec73ff
[ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
7247887
[DCCP] ipv6: Add missing ipv6 control socket
by Arnaldo Carvalho de Melo
· 19 years ago
c25a18b
[DCCP]: Uninline some functions
by Arnaldo Carvalho de Melo
· 19 years ago
b61fafc
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
by Arnaldo Carvalho de Melo
· 19 years ago
46f09ff
[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init
by Arnaldo Carvalho de Melo
· 19 years ago
075ae86
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
by Arnaldo Carvalho de Melo
· 19 years ago
c985ed7
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
by Arnaldo Carvalho de Melo
· 19 years ago
3e0fadc
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
by Arnaldo Carvalho de Melo
· 19 years ago
e55d912
[DCCP] feat: Introduce sysctls for the default features
by Arnaldo Carvalho de Melo
· 19 years ago
60fe62e
[DCCP]: sparse endianness annotations
by Andrea Bittau
· 19 years ago
afe0025
[DCCP]: Initial feature negotiation implementation
by Andrea Bittau
· 19 years ago
9b07ef5
[DCCP] ackvec: Introduce dccp_ackvec_slab
by Arnaldo Carvalho de Melo
· 19 years ago
fa23e2e
[DCCP]: Fix error handling in dccp_init
by Arnaldo Carvalho de Melo
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
f21e68c
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
by Arnaldo Carvalho de Melo
· 19 years ago
Next »