index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
kernel-parameters.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-11-09
SCTP: Clean-up some defines for regressions tests.
Vlad Yasevich
1
-1
/
+0
2007-11-09
SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks
Vlad Yasevich
1
-1
/
+1
2007-11-09
SCTP: Make sctp_verify_param return multiple indications.
Vlad Yasevich
2
-74
/
+77
2007-11-09
SCTP: Convert custom hash lists to use hlist.
Vlad Yasevich
7
-53
/
+32
2007-11-09
SCTP: Use hashed lookup when looking for an association.
Vlad Yasevich
1
-12
/
+22
2007-11-07
SCTP: Fix a potential race between timers and receive path.
Vlad Yasevich
1
-0
/
+4
2007-11-07
SCTP: Allow ADD_IP to work with AUTH for backward compatibility.
Vlad Yasevich
5
-3
/
+21
2007-11-07
SCTP: Correctly disable ADD-IP when AUTH is not supported.
Vlad Yasevich
3
-4
/
+4
2007-11-07
SCTP: Update RCU handling during the ADD-IP case
Vlad Yasevich
4
-15
/
+10
2007-11-07
SCTP: Fix difference cases of retransmit.
Vlad Yasevich
8
-22
/
+36
2007-11-07
SCTP : Fix to process bundled ASCONF chunk correctly
Wei Yongjun
1
-2
/
+6
2007-11-07
SCTP : Fix bad formatted comment in outqueue.c
Wei Yongjun
1
-1
/
+2
2007-11-07
[NETLINK]: Fix unicast timeouts
Patrick McHardy
3
-8
/
+10
2007-11-07
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
Eric Dumazet
8
-37
/
+106
2007-11-07
[IPVS]: Synchronize closing of Connections
Rumen G. Bogdanovski
3
-7
/
+19
2007-11-07
[IPVS]: Bind connections on stanby if the destination exists
Rumen G. Bogdanovski
4
-4
/
+69
2007-11-07
[NET]: Remove Documentation/networking/pt.txt
Adrian Bunk
2
-60
/
+0
2007-11-07
[NET]: Remove Documentation/networking/routing.txt
Adrian Bunk
2
-48
/
+0
2007-11-07
[NET]: Remove Documentation/networking/ncsa-telnet
Adrian Bunk
2
-18
/
+0
2007-11-07
[NET]: Remove comx driver docs.
Adrian Bunk
4
-990
/
+0
2007-11-07
[NET]: Remove Documentation/networking/Configurable
Adrian Bunk
2
-36
/
+0
2007-11-07
[NET]: Clean proto_(un)register from in-code ifdefs
Pavel Emelyanov
1
-28
/
+39
2007-11-07
[IPSEC]: Fix crypto_alloc_comp error checking
Herbert Xu
2
-2
/
+4
2007-11-07
[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl
Patrick McHardy
1
-0
/
+1
2007-11-07
[NETNS]: Fix compiler error in net_namespace.c
Johann Felix Soden
1
-14
/
+14
2007-11-07
[TTY]: Use tty_mode_ioctl() in network drivers.
Alan Cox
7
-57
/
+20
2007-11-07
[TTY]: Fix network driver interactions with TCGET/SET calls.
Alan Cox
2
-67
/
+107
2007-11-07
[PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.
Radu Rendec
1
-2
/
+2
2007-11-07
[NET]: Removing duplicit #includes
Jiri Olsa
3
-3
/
+0
2007-11-07
[NET]: Let USB_USBNET always select MII.
Adrian Bunk
2
-15
/
+1
2007-11-07
[RRUNNER]: Do not muck with sysctl_{r,w}mem_max
David S. Miller
1
-18
/
+0
2007-11-07
[DLM] lowcomms: Do not muck with sysctl_rmem_max.
David S. Miller
1
-5
/
+1
2007-11-07
[IPV4]: Compact some ifdefs in the fib code.
Pavel Emelyanov
2
-16
/
+14
2007-11-07
[VETH]: Clarify "virtual ethernet device" to "virtual ethernet pair device".
Rusty Russell
1
-3
/
+4
2007-11-07
[NET]: Kill proc_net_create()
David S. Miller
2
-10
/
+0
2007-11-07
[IPV6]: Convert /proc/net/ipv6_route to seq_file interface
Alexey Dobriyan
1
-62
/
+29
2007-11-07
[PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline
Evgeniy Polyakov
1
-0
/
+3
2007-11-07
[DCCP]: Use DEFINE_PROTO_INUSE infrastructure.
David S. Miller
2
-0
/
+6
2007-11-07
[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
Eric Dumazet
1
-0
/
+6
2007-11-07
[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
Eric Dumazet
4
-0
/
+12
2007-11-07
[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
Eric Dumazet
4
-0
/
+12
2007-11-07
[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...
Eric Dumazet
4
-37
/
+112
2007-11-07
[PPP]: L2TP: Fix oops in transmit and receive paths
James Chapman
1
-7
/
+18
2007-11-07
[IPV4]: Clean the ip_sockglue.c from some ugly ifdefs
Pavel Emelyanov
2
-27
/
+24
2007-11-07
[DECNET]: "addr" module param can't be __initdata
Alexey Dobriyan
1
-1
/
+1
2007-11-07
[IPv6] SNMP: Restore Udp6InErrors incrementation
Mitsuru Chinen
1
-3
/
+2
2007-11-07
[NET]: Remove /proc/net/stat/*_arp_cache upon module removal
Alexey Dobriyan
1
-0
/
+2
2007-11-07
[IPV6]: Consolidate the ip cork destruction in ip6_output.c
Pavel Emelyanov
1
-21
/
+15
2007-11-07
[IPV4]: Consolidate the ip cork destruction in ip_output.c
Pavel Emelyanov
1
-15
/
+13
2007-11-07
[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...
Bart De Schuymer
1
-1
/
+1
[next]