summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* [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/+4Star
* [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/+1Star
* [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/+12Star
* [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
* [IPIP]: Allow rebinding the tunnel to another interfaceMichal Schmidt2008-01-281-26/+40
* [NETNS]: network namespace was passed into dev_getbyhwaddr but not usedDenis V. Lunev2008-01-281-1/+1
* [IPSEC]: Add ICMP host relookup supportHerbert Xu2008-01-284-10/+150
* [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu2008-01-283-16/+21
* [IPSEC]: Make xfrm_lookup flags argument a bit-fieldHerbert Xu2008-01-281-1/+1
* [TFRC]: Remove previous loss intervals implementationGerrit Renker2008-01-282-275/+1Star
* [CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker2008-01-285-33/+84
* [TFRC]: CCID3 (and CCID4) needs to access these inlinesGerrit Renker2008-01-282-30/+31
* [CCID3]: Redundant debugging output / documentationGerrit Renker2008-01-282-4/+2Star
* [TFRC]: Ringbuffer to track loss interval historyGerrit Renker2008-01-285-14/+435