index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: Fix TSO deferring
Ilpo Järvinen
2008-01-28
1
-1
/
+2
*
[TG3]: Update version to 3.87
Matt Carlson
2008-01-28
1
-2
/
+2
*
[TG3]: Fix supporting flowctrl code
Matt Carlson
2008-01-28
1
-43
/
+64
*
[TG3]: Correct sw autoneg flow control advertisements
Matt Carlson
2008-01-28
1
-13
/
+25
*
[TG3]: Correct 5704S flowctrl advertisements
Matt Carlson
2008-01-28
1
-11
/
+15
*
[TG3]: Replace some magic 5704S constants
Matt Carlson
2008-01-28
2
-11
/
+19
*
[TG3]: Add 1000T & 1000X flowctl adv helpers
Matt Carlson
2008-01-28
1
-14
/
+48
*
[TG3]: Add 1000T & 1000X flowctrl resolvers
Matt Carlson
2008-01-28
1
-36
/
+50
*
[TG3]: Separate requested and actual flow control parameters
Matt Carlson
2008-01-28
2
-36
/
+42
*
[NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer.
Pavel Emelyanov
2008-01-28
1
-14
/
+11
*
[INET]: Uninline the inet_twsk_put function.
Pavel Emelyanov
2008-01-28
2
-13
/
+16
*
[INET]: Uninline the __inet_lookup_established function.
Pavel Emelyanov
2008-01-28
2
-37
/
+41
*
[INET]: Uninline the __inet_hash function.
Pavel Emelyanov
2008-01-28
4
-30
/
+49
*
[SCTP]: Follow Add-IP security consideratiosn wrt INIT/INIT-ACK
Vlad Yasevich
2008-01-28
2
-8
/
+46
*
[SCTP]: Implement ADD-IP special case processing for ABORT chunk
Vlad Yasevich
2008-01-28
3
-4
/
+76
*
[SCTP]: Change use_as_src into a full address state
Vlad Yasevich
2008-01-28
6
-18
/
+25
*
[SCTP]: Update ASCONF processing to conform to spec.
Vlad Yasevich
2008-01-28
5
-44
/
+143
*
[SCTP]: ADD-IP updates the states where ASCONFs can be sent
Vlad Yasevich
2008-01-28
1
-9
/
+9
*
[SCTP]: Update association lookup to look at ASCONF chunks as well
Vlad Yasevich
2008-01-28
1
-21
/
+103
*
[SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT
Vlad Yasevich
2008-01-28
2
-0
/
+28
*
[SCTP]: Handle the wildcard ADD-IP Address parameter
Vlad Yasevich
2008-01-28
3
-4
/
+55
*
[SCTP]: Discard unauthenticated ASCONF and ASCONF ACK chunks
Vlad Yasevich
2008-01-28
1
-0
/
+18
*
[IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels
Herbert Xu
2008-01-28
2
-16
/
+16
*
mac80211: add PID controller based rate control algorithm
Mattias Nissler
2008-01-28
5
-5
/
+403
*
mac80211: clean up rate selection
Mattias Nissler
2008-01-28
8
-189
/
+146
*
mac80211: pass in PS_POLL frames
Ron Rindjunsky
2008-01-28
2
-3
/
+15
*
[SNMP]: Fix SNMP counters with PREEMPT
Herbert Xu
2008-01-28
1
-4
/
+17
*
[NIU]: Use print_mac
Joe Perches
2008-01-28
1
-5
/
+3
*
[TG3]: Use print_mac
Joe Perches
2008-01-28
1
-7
/
+6
*
[SUNVNET]: Use print_mac
Joe Perches
2008-01-28
1
-6
/
+4
*
[IPSEC]: Do xfrm_state_check_space before encapsulation
Herbert Xu
2008-01-28
1
-12
/
+6
*
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
Patrick McHardy
2008-01-28
6
-11
/
+124
*
[NETFILTER]: non-power-of-two jhash optimizations
Patrick McHardy
2008-01-28
4
-8
/
+14
*
[NETFILTER]: xt_hashlimit: reduce overhead without IPv6
Eric Dumazet
2008-01-28
1
-3
/
+17
*
[NETFILTER]: xt_hashlimit: speedup hash_dst()
Eric Dumazet
2008-01-28
1
-1
/
+10
*
[NETFILTER]: xt_connlimit: use the new union nf_inet_addr
Jan Engelhardt
2008-01-28
2
-6
/
+10
*
[NETFILTER]: Parenthesize macro parameters
Jan Engelhardt
2008-01-28
10
-16
/
+19
*
[NETFILTER]: Introduce nf_inet_address
Jan Engelhardt
2008-01-28
10
-56
/
+55
*
[NETFILTER]: x_tables: use %u format specifiers
Jan Engelhardt
2008-01-28
8
-8
/
+8
*
[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session
Patrick McHardy
2008-01-28
2
-6
/
+11
*
[NETFILTER]: constify nf_afinfo
Patrick McHardy
2008-01-28
6
-13
/
+13
*
[NETFILTER]: Kill function prototype for non-existing function
Patrick McHardy
2008-01-28
1
-3
/
+0
*
[NETFILTER]: nfnetlink_log: include GID in netlink message
Patrick McHardy
2008-01-28
2
-0
/
+4
*
[NETFILTER]: nfnetlink_log: use endianness-aware attribute functions
Patrick McHardy
2008-01-28
1
-52
/
+35
*
[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create
Patrick McHardy
2008-01-28
2
-12
/
+23
*
[NETFILTER]: nfnetlink_log: remove excessive debugging
Patrick McHardy
2008-01-28
1
-45
/
+0
*
[NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commands
Patrick McHardy
2008-01-28
2
-2
/
+2
*
[NETFILTER]: nfnetlink_log: fix checks in nfulnl_recv_config
Patrick McHardy
2008-01-28
1
-22
/
+27
*
[NETFILTER]: nf_log: remove incomprehensible comment
Patrick McHardy
2008-01-28
1
-1
/
+0
*
[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg
Patrick McHardy
2008-01-28
7
-13
/
+13
[next]