summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [IPV4]: inet_csk_search_req() (partial) annotationsAl Viro2006-09-291-4/+4
* [IPV4]: annotate address in inet_request_sockAl Viro2006-09-291-2/+2
* [NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy2006-09-294-61/+39Star
* [NET_SCHED]: HTB: fix incorrect use of RB_EMPTY_NODEPatrick McHardy2006-09-291-1/+1
* [IPV4]: Fix order in inet_init failure path.Olaf Kirch2006-09-291-2/+2
* [PKTGEN]: DSCP supportFrancesco Fondelli2006-09-291-6/+59
* [PKTGEN]: vlan supportFrancesco Fondelli2006-09-291-9/+247
* [PKT_SCHED] cls_basic: Use unsigned int when generating handleKim Nordlund2006-09-291-1/+1
* [Bluetooth] Support create connection cancel commandMarcel Holtmann2006-09-292-4/+31
* [Bluetooth] Read local version information on device initMarcel Holtmann2006-09-293-1/+47
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2006-09-292-2/+2
* [Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann2006-09-291-0/+1
* [Bluetooth] Add HCI device identifier for SDIO cardsMarcel Holtmann2006-09-291-1/+3
* [Bluetooth] Integrate services into the driver modelMarcel Holtmann2006-09-293-3/+67
* [Bluetooth] Integrate low-level connections into the driver modelMarcel Holtmann2006-09-292-3/+84
* [Bluetooth] Remove unused host controller attributesMarcel Holtmann2006-09-291-17/+19
* [RTNETLINK]: Possible dereference in net/core/rtnetlink.cEric Sesterhenn2006-09-291-1/+1
* [SUNRPC]: more sunrpc endianness annotationsAl Viro2006-09-292-8/+8
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-2916-100/+103
* [SUNRPC]: svc_{get,put}nl()Alexey Dobriyan2006-09-294-60/+60
* [IPV4]: ip_build_and_send_pkt() annotationsAl Viro2006-09-291-1/+1
* [IPV4]: ip_options_build() annotationsAl Viro2006-09-291-1/+1
* [IPV4] bug: broken open-coded inet_make_mask() (multipath_wrandom)Al Viro2006-09-291-2/+2
* [IPV4] multipath_wrandom.c: trivial annotationsAl Viro2006-09-291-3/+3
* [IPV4]: multipath_set_nhinfo() annotationsAl Viro2006-09-291-2/+2
* [IPV4] fib_trie.c: trivial annotationsAl Viro2006-09-291-6/+6
* [IPV4] bug: open-coded inet_make_mask() in fib_semantic_match() is brokenAl Viro2006-09-291-2/+1Star
* [IPV4]: fib_semantic_match() annotationsAl Viro2006-09-292-2/+2
* [IPV4]: trivial fib_hash.c annotationsAl Viro2006-09-291-11/+11
* [IPV4]: ip_fragment.c endianness annotationsAl Viro2006-09-291-7/+8
* [IPV4]: inetpeer annotationsAl Viro2006-09-291-2/+2
* [IPV4]: ip_fib_check_default() annotatedAl Viro2006-09-291-1/+1
* [IPV4]: inet_addr_type() annotationsAl Viro2006-09-295-7/+7
* [IPV4]: icmp_send() annotationAl Viro2006-09-291-1/+1
* [IPV4]: annotate inetdev.h helpersAl Viro2006-09-292-7/+7
* [IPV4]: IFA_{LOCAL,ADDRESS,BROADCAST,ANYCAST} on ipv4 annotatedAl Viro2006-09-291-10/+10
* [IPV4]: annotate struct in_ifaddrAl Viro2006-09-295-11/+11
* [IPV4]: struct fib_config IPv4 address fields annotatedAl Viro2006-09-291-1/+1
* [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro2006-09-293-17/+17
* [IPV4] net/ipv4/route.c: trivial endianness annotationsAl Viro2006-09-291-8/+8
* [IPV4]: FIB_RES_PREFSRC() annotatedAl Viro2006-09-291-1/+1
* [IPV4]: inet_addr_onlink() annotatedAl Viro2006-09-291-1/+1
* [IPV4]: ip_check_mc() annotationsAl Viro2006-09-291-1/+1
* [IPV4]: fib_validate_source() annotationsAl Viro2006-09-292-3/+4
* [IPV4]: inet_select_addr() annotationsAl Viro2006-09-296-9/+9
* [IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro2006-09-294-4/+4
* [IPV4]: annotate rt_hash_code() usersAl Viro2006-09-291-17/+17
* [IPV4]: ip_rt_redirect() annotationsAl Viro2006-09-291-3/+3
* [IPV4]: ip_route_input() annotationsAl Viro2006-09-293-12/+14
* [ATM]: use NIPQUAD instead of open-coding itAl Viro2006-09-292-18/+7Star