summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [CCID3]: Remove two irrelevant states in TX feedback handlingGerrit Renker2008-01-281-89/+84
* [CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker2008-01-282-7/+12
* [SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich2008-01-285-223/+4
* [PACKET]: Fix /proc/net/packet crash due to bogus private pointerHerbert Xu2008-01-281-2/+2
* [IPV4] sctp: Use ipv4_is_<type>Joe Perches2008-01-281-5/+7
* [IPV4] net/netfilter: Use ipv4_is_<type>Joe Perches2008-01-281-1/+1
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-2810-51/+60
* [IPV4] net/core: Use ipv4_is_<type>Joe Perches2008-01-282-4/+7
* [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov2008-01-286-11/+12
* [IPV4]: Switch users of ipv4_devconf_dflt to use the pernet onePavel Emelyanov2008-01-281-7/+9
* [IPV4]: Move the devinet pointers on the struct netPavel Emelyanov2008-01-281-9/+96
* [IPV4]: Store the net pointer on devinet's ctl tablesPavel Emelyanov2008-01-281-11/+18
* [IPV4]: Pass the net pointer to the arp_req_set_proxy()Pavel Emelyanov2008-01-282-13/+17
* [IPV4]: Make __devinet_sysctl_register return an errorPavel Emelyanov2008-01-281-4/+4
* [XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.Pavel Emelyanov2008-01-281-2/+4
* [UDP]: Move udp_stats_in6 into net/ipv4/udp.cHerbert Xu2008-01-282-3/+3
* [SUNRPC]: Use htonl() where appropriate.YOSHIFUJI Hideaki2008-01-281-3/+3
* [RXRPC]: Use cpu_to_be32() where appropriate.YOSHIFUJI Hideaki2008-01-283-5/+5
* [MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-282-2/+2
* [IRDA]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-1/+1
* [IPVS]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-282-9/+9
* [IEEE80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-2/+2
* [DECNET]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-283-3/+3
* [BRIDGE]: Use cpu_to_be16() where appropriate.YOSHIFUJI Hideaki2008-01-281-1/+1
* [DCCP]: Introducing CCMPSGerrit Renker2008-01-282-7/+25
* [CCID]: More informative registrationGerrit Renker2008-01-283-6/+6
* [DCCP]: Documentation for CCID operationsGerrit Renker2008-01-281-7/+28
* [IPV4]: Thresholds in fib_trie.c are used as consts, so make them const.Denis V. Lunev2008-01-281-4/+4
* [IPV6] sit: Rebinding of SIT tunnels to other interfacesMichal Schmidt2008-01-281-28/+42
* [IP_GRE]: Rebinding of GRE tunnels to other interfacesMichal Schmidt2008-01-281-42/+60
* [IPV6]: Always pass a valid nl_info to inet6_rt_notify.Denis V. Lunev2008-01-282-15/+15
* [IPSEC]: Fix zero return value in xfrm_lookup on errorHerbert Xu2008-01-281-2/+2
* [DCCP]: Ignore feature negotiation on Data packetsGerrit Renker2008-01-281-1/+5
* [DCCP]: Make code assumptions explicitGerrit Renker2008-01-281-7/+10
* [DCCP]: Remove unused and redundant validation functionsGerrit Renker2008-01-282-34/+4
* [DCCP]: Support inserting options during the 3-way handshakeGerrit Renker2008-01-283-11/+24
* [DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker2008-01-282-28/+49
* [DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker2008-01-281-6/+6
* [DCCP]: Allow to parse options on Request SocketsGerrit Renker2008-01-284-22/+34
* [DCCP]: Collapse repeated `len' statements into oneGerrit Renker2008-01-281-4/+1
* [DCCP]: Support for server holding timewait stateGerrit Renker2008-01-282-3/+16
* [DCCP]: Use maximum-RTO backoff from DCCP specGerrit Renker2008-01-281-1/+8
* [DCCP]: Shift the retransmit timer for active-close into output.cGerrit Renker2008-01-282-19/+12
* [IPV6]: fix section mismatch warningsDaniel Lezcano2008-01-285-5/+5
* [DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGerrit Renker2008-01-281-7/+15
* [DECNET]: Fix inverted wait flag in xfrm_lookup callHerbert Xu2008-01-281-1/+1
* [NET]: Check RTNL status in unregister_netdeviceHerbert Xu2008-01-281-0/+2
* [IPSEC]: Do not let packets pass when ICMP flag is offHerbert Xu2008-01-282-4/+10
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-287-7/+9
* [IPSEC]: Fix reversed ICMP6 policy checkHerbert Xu2008-01-282-2/+2
OpenPOWER on IntegriCloud