aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann1-0/+1
2007-10-22[Bluetooth] Fall back to L2CAP in basic modeMarcel Holtmann1-0/+13
2007-10-22[Bluetooth] Retrieve L2CAP features mask on connection setupMarcel Holtmann1-2/+12
2007-10-22[Bluetooth] Remove global conf_mtu variable from L2CAPMarcel Holtmann1-5/+5
2007-10-22[Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2-257/+359
2007-10-19Spelling fix: explicitlyJean Delvare1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+3
2007-10-17[IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu1-1/+2
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu1-3/+3
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-0/+6
2007-10-17[IPSEC]: Move type and mode map into xfrm_state.cHerbert Xu1-6/+2
2007-10-17[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spiHerbert Xu1-1/+1
2007-10-17[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu1-0/+8
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov1-11/+1
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov1-4/+8
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov2-3/+0
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2-2/+5
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov2-3/+12
2007-10-17[INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov1-0/+2
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov2-0/+7
2007-10-179p: remove sysctlEric Van Hensbergen1-14/+0
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen1-0/+2
2007-10-179p: attach-per-userLatchesar Ionkov2-4/+8
2007-10-179p: Make transports dynamicEric Van Hensbergen3-14/+19
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu3-3/+3
2007-10-15[INET]: Consolidate the xxx_putPavel Emelyanov1-0/+6
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov3-0/+11
2007-10-15[INET]: Consolidate the xxx_frag_destroyPavel Emelyanov1-0/+5
2007-10-15[INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov1-0/+2
2007-10-15[INET]: Consolidate the xxx_frag_killPavel Emelyanov1-0/+2
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov4-11/+14
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov3-4/+19
2007-10-15[INET]: Move common fields from frag_queues in one place.Pavel Emelyanov1-0/+21
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu7-19/+19
2007-10-15[IPVS]: Replace local version of skb_make_writableHerbert Xu1-1/+0
2007-10-15[IPV4]: Change ip_defrag to return an integerHerbert Xu1-1/+1
2007-10-10[IPv6]: Export userland ND options through netlink (RDNSS support)Pierre Ynard1-0/+1
2007-10-10[9P]: build fix with !CONFIG_SYSCTLIngo Molnar1-0/+12
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev1-3/+3
2007-10-10[NETLINK]: Fix typos in comments in netlink.hPierre Ynard1-5/+5
2007-10-10[INET]: local port range robustnessStephen Hemminger1-1/+2
2007-10-10[SCTP]: port randomizationStephen Hemminger1-2/+0
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu3-1/+24
2007-10-10[IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu1-0/+12
2007-10-10[IPSEC]: Move common code into xfrm_alloc_spiHerbert Xu1-1/+1
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-0/+9
2007-10-10[IPSEC]: Unexport xfrm_replay_notifyHerbert Xu1-6/+0
2007-10-10[IPSEC]: Move output replay code into xfrm_outputHerbert Xu1-1/+19
2007-10-10[IPSEC]: Move xfrm_state_check into xfrm_output.cHerbert Xu1-1/+0