aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2008-07-192-6/+3
* tcp: fix kernel panic with listening_get_nextDaniel Lezcano2008-07-191-2/+1
* tcp: Remove redundant checks when setting eff_sacksAdam Langley2008-07-191-15/+10
* tcp: options clean upAdam Langley2008-07-191-196/+236
* tcp: Fix MD5 signatures for non-linear skbsAdam Langley2008-07-194-178/+230
* sctp: Update sctp global memory limit allocations.Vlad Yasevich2008-07-181-3/+7
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-183-6/+6
* sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich2008-07-181-9/+16
* sctp: Do not leak memory on multiple listen() callsVlad Yasevich2008-07-181-2/+3
* sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich2008-07-185-10/+91
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-182-0/+4
* sctp: Don't abort initialization when CONFIG_PROC_FS=nFlorian Westphal2008-07-183-5/+14
* tcp: RTT metrics scalingStephen Hemminger2008-07-181-13/+18
* pkt_sched: Fix noqueue_qdisc initialization.David S. Miller2008-07-181-0/+7
* pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-183-54/+133
* pkt_sched: Get rid of u32_list.David S. Miller2008-07-181-15/+3
* packet: add PACKET_RESERVE sockoptPatrick McHardy2008-07-181-3/+26
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-184-62/+7
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-184-108/+7
* proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov2008-07-181-12/+3
* proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov2008-07-181-1/+1
* proc: create /proc/net/snmp file in each netPavel Emelyanov2008-07-181-20/+50
* proc: create /proc/net/netstat file in each netPavel Emelyanov2008-07-181-9/+38
* ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov2008-07-181-7/+1
* mib: put icmpmsg statistics on struct netPavel Emelyanov2008-07-183-16/+11
* mib: put icmp statistics on struct netPavel Emelyanov2008-07-183-11/+10
* mib: put udplite statistics on struct netPavel Emelyanov2008-07-183-7/+7
* mib: put udp statistics on struct netPavel Emelyanov2008-07-183-9/+7
* mib: put net statistics on struct netPavel Emelyanov2008-07-182-9/+7
* mib: put ip statistics on struct netPavel Emelyanov2008-07-183-15/+8
* mib: put tcp statistics on struct netPavel Emelyanov2008-07-183-12/+11
* ipv4: add pernet mib operationsPavel Emelyanov2008-07-181-0/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1824-232/+450
|\
| * Merge branch 'bkl-removal' into nextTrond Myklebust2008-07-151-8/+1
| |\
| | * SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-151-8/+1
| * | Merge branch 'devel' into nextTrond Myklebust2008-07-1510-182/+399
| |\ \ | | |/
| | * SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-151-4/+174
| | * SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever2008-07-151-18/+30
| | * SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever2008-07-151-7/+5
| | * SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever2008-07-151-11/+31
| | * SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever2008-07-151-4/+8
| | * SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2008-07-092-23/+23
| | * SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever2008-07-091-12/+0
| | * SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever2008-07-091-2/+3
| | * SUNRPC: Use rpcbind version 2 GETPORTChuck Lever2008-07-091-1/+1
| | * SUNRPC: Document some naked integers in rpcbind clientChuck Lever2008-07-091-13/+36
| | * SUNRPC: More useful debugging output for rpcb clientChuck Lever2008-07-091-3/+3
| | * SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2008-07-092-2/+1
| | * rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\2008-07-091-9/+5
| | * rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-091-12/+1