summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * SUNRPC: Rename IPv4 connect workersChuck Lever2007-10-091-6/+6
| * SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever2007-10-091-59/+72
| * SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever2007-10-091-0/+33
| * SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever2007-10-091-5/+6
| * SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever2007-10-091-2/+11
| * SUNRPC: add support for IPv6 to the kernel's rpcbind clientChuck Lever2007-10-091-6/+45
| * SUNRPC: add a function to format IPv6 addressesChuck Lever2007-10-091-0/+52
| * SUNRPC: Rename xs_format_peer_addressesChuck Lever2007-10-091-3/+3
| * SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever2007-10-091-0/+14
| * SUNRPC: Free address buffers in a loopChuck Lever2007-10-091-7/+12
| * SUNRPC: Use standard macros for printing IP addressesChuck Lever2007-10-091-2/+2
| * SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.cChuck Lever2007-10-091-1/+2
| * SUNRPC: Fix a signed v. unsigned comparison in rpcbind's XDR routinesChuck Lever2007-10-091-2/+3
| * SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooksTrond Myklebust2007-10-091-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-10-151-2/+2
|\ \
| * | sched: affine sync wakeupsIngo Molnar2007-10-151-2/+2
* | | Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-152-77/+107
|\ \ \ | |/ / |/| |
| * | knfsd: Add source address to sunrpc svc errorsDr. David Alan Gilbert2007-10-101-10/+30
| * | svcgss: move init code into separate functionJ. Bruce Fields2007-10-101-67/+77
| |/
* | fix endianness bug in inet_lroAl Viro2007-10-141-1/+1
* | inet_lro: trivial endianness annotationsAl Viro2007-10-141-7/+7
* | fix breakage in sctp getsockoptAl Viro2007-10-141-4/+6
* | net core: fix kernel-doc for new function parametersRandy Dunlap2007-10-132-2/+12
* | kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* | Driver core: change add_uevent_var to use a structKay Sievers2007-10-123-17/+7
* | [TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen2007-10-122-3/+13
* | [TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen2007-10-121-15/+22
* | [TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen2007-10-121-10/+16
* | [TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen2007-10-121-19/+35
* | [TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen2007-10-121-6/+3
* | [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen2007-10-121-1/+1
* | [TCP]: Add bytes_acked (ABC) clearing to FRTO tooIlpo Järvinen2007-10-121-0/+2
* | [IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2Brian Haley2007-10-111-5/+8
* | [NETFILTER]: x_tables: add missing ip6t_modulename aliasesJan Engelhardt2007-10-118-0/+8
* | [NETFILTER]: nf_conntrack_tcp: fix connection reopeningJozsef Kadlecsik2007-10-111-21/+14
* | [NETLINK]: fib_frontend build fixesDavid S. Miller2007-10-111-11/+5
* | [IPv6]: Export userland ND options through netlink (RDNSS support)Pierre Ynard2007-10-111-9/+94
* | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-1110-188/+84
* | [NET]: unify netlink kernel socket recognitionDenis V. Lunev2007-10-111-4/+9
* | [NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev2007-10-111-2/+2
* | [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev2007-10-112-32/+8
* | [NET]: rtnl_unlock cleanupsDenis V. Lunev2007-10-111-6/+2
* | [NET]: sanitize kernel_accept() error pathTony Battersby2007-10-111-0/+1
* | [INET]: local port range robustnessStephen Hemminger2007-10-117-30/+110
* | [SCTP]: port randomizationStephen Hemminger2007-10-112-19/+5
* | [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...Patrick McHardy2007-10-111-1/+4
* | [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.cHerbert Xu2007-10-115-9/+15
* | [IPSEC]: Move IP length/checksum setting out of transformsHerbert Xu2007-10-1114-65/+23
* | [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu2007-10-116-41/+40
* | [IPSEC]: Use IPv6 calling convention as the convention for x->mode->outputHerbert Xu2007-10-1110-67/+32