index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-02-01
[NETFILTER]: nf_log: add netfilter gcc printf format checking
Helge Deller
1
-1
/
+1
2008-02-01
[NETFILTER]: xt_conntrack: add port and direction matching
Jan Engelhardt
2
-17
/
+63
2008-02-01
[NETFILTER]: nfnetlink_log: fix typo
Patrick McHardy
1
-1
/
+1
2008-02-01
linux/types.h: Use __u64 for aligned_u64
Jan Engelhardt
1
-1
/
+1
2008-02-01
[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member
Patrick McHardy
2
-7
/
+0
2008-02-01
[NETFILTER]: nf_nat: remove double bysource hash initialization
Patrick McHardy
1
-4
/
+0
2008-02-01
[NETFILTER]: Use const in struct xt_match, xt_target, xt_table
Jan Engelhardt
3
-5
/
+5
2008-02-01
[NETFILTER]: Supress some sparse warnings
Eric Dumazet
3
-2
/
+8
2008-02-01
[RAW]: Wrong content of the /proc/net/raw6.
Denis V. Lunev
3
-6
/
+7
2008-02-01
[RAW]: Cleanup IPv4 raw_seq_show.
Denis V. Lunev
1
-17
/
+7
2008-02-01
[RAW]: Family check in the /proc/net/raw[6] is extra.
Denis V. Lunev
3
-12
/
+6
2008-02-01
[IPCOMP]: Fix reception of incompressible packets
Herbert Xu
1
-1
/
+1
2008-02-01
[NET]: should explicitely initialize atomic_t field in struct dst_ops
Eric Dumazet
4
-0
/
+6
2008-02-01
[TCP]: NewReno must count every skb while marking losses
Ilpo Järvinen
1
-1
/
+1
2008-02-01
[NETNS]: Fix race between put_net() and netlink_kernel_create().
Pavel Emelyanov
1
-19
/
+33
2008-02-01
[XFRM]: constify 'struct xfrm_type'
Eric Dumazet
11
-22
/
+22
2008-02-01
[NETNS]: Add missing initialization of nl_info.nl_net in rtm_to_fib6_config()
Benjamin Thery
1
-0
/
+1
2008-02-01
[NET]: Introducing socket mark socket option.
Laszlo Attila Toth
27
-0
/
+65
2008-02-01
[AF_RXRPC]: constify function pointer tables
Jan Engelhardt
3
-7
/
+7
2008-02-01
[BNX2]: Update version to 1.7.3.
Michael Chan
1
-2
/
+2
2008-02-01
[BNX2]: Update firmware.
Michael Chan
2
-981
/
+982
2008-02-01
[BNX2]: Fine-tune flow control on 5709.
Michael Chan
2
-6
/
+56
2008-02-01
[BNX2]: Remove CTX_WR macro.
Michael Chan
2
-20
/
+14
2008-02-01
[BNX2]: Remove REG_WR_IND/REG_RD_IND macros.
Michael Chan
2
-64
/
+65
2008-02-01
[BNX2]: Refine tx coalescing setup.
Michael Chan
2
-3
/
+15
2008-02-01
[BNX2]: Fix 5706 serdes link down bug.
Michael Chan
2
-2
/
+3
2008-02-01
[BLUETOOTH]: Add conn add/del workqueues to avoid connection fail.
Dave Young
1
-11
/
+37
2008-02-01
[IPCOMP]: Fetch nexthdr before ipch is destroyed
Herbert Xu
2
-2
/
+8
2008-02-01
[IPV4] fib_trie: apply fixes from fib_hash
Julian Anastasov
1
-20
/
+35
2008-02-01
[IPV4] fib: fix route replacement, fib_info is shared
Julian Anastasov
1
-16
/
+31
2008-02-01
[SCTP]: Fix miss of report unrecognized HMAC Algorithm parameter
Wei Yongjun
1
-1
/
+1
2008-02-01
[INET_DIAG]: Fix inet_diag_lock_handler error path.
Arnaldo Carvalho de Melo
1
-5
/
+6
2008-02-01
[AUDIT]: Increase skb->truesize in audit_expand
Herbert Xu
1
-3
/
+7
2008-02-01
[INET]: Prevent out-of-sync truesize on ip_fragment slow path
Herbert Xu
2
-2
/
+6
2008-02-01
[AX25]: Kill ax25_bind() user triggable printk.
maximilian attems
1
-8
/
+5
2008-02-01
[AX25]: Beautify x25_init() version printk.
maximilian attems
1
-1
/
+1
2008-02-01
[NET] 9p: kill dead static inline buf_put_string
Ilpo Järvinen
1
-5
/
+0
2008-02-01
[SELinux]: Fix double free in selinux_netlbl_sock_setsid()
Paul Moore
1
-1
/
+0
2008-02-01
[IPSEC]: Add support for combined mode algorithms
Herbert Xu
7
-32
/
+347
2008-02-01
[IPSEC]: Allow async algorithms
Herbert Xu
1
-3
/
+3
2008-02-01
[IPSEC]: Use crypto_aead and authenc in ESP
Herbert Xu
5
-422
/
+591
2008-02-01
Add new driver 'rndis_wlan' for wireless RNDIS devices.
Jussi Kivilinna
4
-0
/
+2793
2008-02-01
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
13
-23
/
+12
2008-02-01
rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()
Jussi Kivilinna
2
-4
/
+51
2008-02-01
rndis_host: Add link_change function pointer to 'struct rndis_data'.
Jussi Kivilinna
2
-4
/
+24
2008-02-01
rndis_host: Add early_init function pointer to 'struct rndis_data'.
Jussi Kivilinna
2
-0
/
+11
2008-02-01
usbnet: add driver_priv pointer to 'struct usbnet'
Jussi Kivilinna
1
-0
/
+1
2008-02-01
rndis_host: export functions
Jussi Kivilinna
2
-7
/
+22
2008-02-01
rndis_host: Split up rndis_host.c
Jussi Kivilinna
2
-222
/
+249
2008-02-01
usbnet: Use wlan device name for RNDIS wireless devices
Jussi Kivilinna
2
-0
/
+5
[next]