| Commit message (Expand) | Author | Age |
* | sctp: remove unnecessary byteshifting, calculate directly in big-endian | Harvey Harrison | 2008-07-19 |
* | sctp: Allow only 1 listening socket with SO_REUSEADDR | Vlad Yasevich | 2008-07-19 |
* | sctp: Do not leak memory on multiple listen() calls | Vlad Yasevich | 2008-07-19 |
* | sctp: Support ipv6only AF_INET6 sockets. | Vlad Yasevich | 2008-07-19 |
* | sctp: Prevent uninitialized memory access | Florian Westphal | 2008-07-19 |
* | sctp: Don't abort initialization when CONFIG_PROC_FS=n | Florian Westphal | 2008-07-19 |
* | tcp: RTT metrics scaling | Stephen Hemminger | 2008-07-19 |
* | pkt_sched: Fix noqueue_qdisc initialization. | David S. Miller | 2008-07-19 |
* | pkt_sched: Manage qdisc list inside of root qdisc. | David S. Miller | 2008-07-19 |
* | pkt_sched: Get rid of u32_list. | David S. Miller | 2008-07-18 |
* | packet: add PACKET_RESERVE sockopt | Patrick McHardy | 2008-07-18 |
* | proc: consolidate per-net single-release callers | Pavel Emelyanov | 2008-07-18 |
* | proc: consolidate per-net single_open callers | Pavel Emelyanov | 2008-07-18 |
* | proc: clean the ip_misc_proc_init and ip_proc_init_net error paths | Pavel Emelyanov | 2008-07-18 |
* | proc: show per-net ip_devconf.forwarding in /proc/net/snmp | Pavel Emelyanov | 2008-07-18 |
* | proc: create /proc/net/snmp file in each net | Pavel Emelyanov | 2008-07-18 |
* | proc: create /proc/net/netstat file in each net | Pavel Emelyanov | 2008-07-18 |
* | ipv4: clean the init_ipv4_mibs error paths | Pavel Emelyanov | 2008-07-18 |
* | mib: put icmpmsg statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put icmp statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put udplite statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put udp statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put net statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put ip statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | mib: put tcp statistics on struct net | Pavel Emelyanov | 2008-07-18 |
* | ipv4: add pernet mib operations | Pavel Emelyanov | 2008-07-18 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 |
|\ |
|
| * | Merge branch 'bkl-removal' into next | Trond Myklebust | 2008-07-15 |
| |\ |
|
| | * | SUNRPC: Remove the BKL from the callback functions | Trond Myklebust | 2008-07-15 |
| * | | Merge branch 'devel' into next | Trond Myklebust | 2008-07-15 |
| |\| |
|
| | * | SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon | Chuck Lever | 2008-07-15 |
| | * | SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier | Chuck Lever | 2008-07-15 |
| | * | SUNRPC: None of rpcb_create's callers wants a privileged source port | Chuck Lever | 2008-07-15 |
| | * | SUNRPC: Introduce a specific rpcb_create for contacting localhost | Chuck Lever | 2008-07-15 |
| | * | SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET | Chuck Lever | 2008-07-15 |
| | * | SUNRPC: Ensure our task is notified when an rpcbind call is done | Trond Myklebust | 2008-07-09 |
| | * | SUNRPC: Use only rpcbind v2 for AF_INET requests | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Use GETADDR for rpcbind version 4 queries | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Use rpcbind version 2 GETPORT | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Document some naked integers in rpcbind client | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: More useful debugging output for rpcb client | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Ensure all transports set rq_xtime consistently | Chuck Lever | 2008-07-09 |
| | * | rpc: minor cleanup of scheduler callback code | \\\"J. Bruce Fields\\\ | 2008-07-09 |
| | * | rpc: remove some unused macros | \\\"J. Bruce Fields\\\ | 2008-07-09 |
| | * | rpc: eliminate unused variable in auth_gss upcall code | \\\"J. Bruce Fields\\\ | 2008-07-09 |
| | * | rpc: bring back cl_chatty | Olga Kornievskaia | 2008-07-09 |
| | * | SUNRPC: Remove obsolete messages during transport connect | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Display some debugging information as text rather than numbers | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Refactor rpc_show_tasks | Chuck Lever | 2008-07-09 |
| | * | SUNRPC: Don't display the rpc_show_tasks header if there are no tasks | Chuck Lever | 2008-07-09 |