index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
/
feat.c
Age
Commit message (
Expand
)
Author
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2011-12-19
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-08-01
dccp: send Confirm options only once
Samuel Jero
2011-08-01
dccp: support for exchanging of NN options in established state 2/2
Gerrit Renker
2011-08-01
dccp: support for the exchange of NN options in established state 1/2
Gerrit Renker
2010-10-06
dccp: Kill dead code and add static markers.
stephen hemminger
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
2009-01-21
dccp: Debugging functions for feature negotiation
Gerrit Renker
2009-01-21
dccp: Initialisation and type-checking of feature sysctls
Gerrit Renker
2009-01-21
dccp: Implement both feature-local and feature-remote Sequence Window feature
Gerrit Renker
2009-01-21
dccp: Initialisation framework for feature negotiation
Gerrit Renker
2009-01-04
dccp: Integrate the TFRC library with DCCP
Gerrit Renker
2009-01-04
dccp: Clean up ccid.c after integration of CCID plugins
Gerrit Renker
2008-12-08
dccp: Remove manual influence on NDP Count feature
Gerrit Renker
2008-12-08
dccp: Remove obsolete parts of the old CCID interface
Gerrit Renker
2008-12-08
dccp: Clean up old feature-negotiation infrastructure
Gerrit Renker
2008-12-01
dccp: Feature activation handlers
Gerrit Renker
2008-12-01
dccp: Processing Confirm options
Gerrit Renker
2008-12-01
dccp: Process incoming Change feature-negotiation options
Gerrit Renker
2008-12-01
dccp: Preference list reconciliation
Gerrit Renker
2008-12-01
dccp: Insert feature-negotiation options into skb
Gerrit Renker
2008-11-20
dccp: Fix bracing in dccp_feat_list_lookup.
Gerrit Renker
2008-11-16
dccp: Deprecate old setsockopt framework
Gerrit Renker
2008-11-16
dccp: Mechanism to resolve CCID dependencies
Gerrit Renker
2008-11-12
dccp: Resolve dependencies of features on choice of CCID
Gerrit Renker
2008-11-12
dccp: Query supported CCIDs
Gerrit Renker
2008-11-12
dccp: Registration routines for changing feature values
Gerrit Renker
2008-11-12
dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
2008-11-04
dccp: Per-socket initialisation of feature negotiation
Gerrit Renker
2008-11-04
dccp: List management for new feature negotiation
Gerrit Renker
2008-11-04
dccp: Implement lookup table for feature-negotiation information
Gerrit Renker
2008-05-05
dccp: return -EINVAL on invalid feature length
Chris Wright
2008-01-28
[DCCP]: Make code assumptions explicit
Gerrit Renker
2008-01-28
[DCCP]: Remove unused and redundant validation functions
Gerrit Renker
2007-08-13
[DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm()
Jesper Juhl
2007-02-10
[NET] DCCP: Fix whitespace errors.
YOSHIFUJI Hideaki
2006-12-11
[DCCP]: Whitespace cleanups
Arnaldo Carvalho de Melo
2006-12-02
[DCCP]: Simplified conditions due to use of enum:8 states
Gerrit Renker
2006-12-02
[DCCP]: Use kmemdup
Arnaldo Carvalho de Melo
2006-12-02
[DCCP]: Make feature negotiation more readable
Gerrit Renker
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-03-29
[DCCP]: Use NULL for pointers, comfort sparse.
Randy Dunlap
2006-03-20
[DCCP] feat: Pass dccp_minisock ptr where only the minisock is used
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
Arnaldo Carvalho de Melo
2006-03-20
[DCCP] feat: Actually change the CCID upon negotiation
Andrea Bittau
2006-03-20
[DCCP]: Initial feature negotiation implementation
Andrea Bittau