index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[IPv4]: Use rtnl registration interface
Thomas Graf
2007-04-25
5
-29
/
+20
*
[NET] rules: Use rtnl registration interface
Thomas Graf
2007-04-25
3
-12
/
+7
*
[NEIGH]: Use rtnl registration interface
Thomas Graf
2007-04-25
3
-21
/
+20
*
[NET] link: Use rtnl registration interface
Thomas Graf
2007-04-25
1
-5
/
+3
*
[RTNL]: Message handler registration interface
Thomas Graf
2007-04-25
3
-29
/
+184
*
[CCID3]: Use initial RTT sample from SYN exchange
Gerrit Renker
2007-04-25
1
-10
/
+21
*
[DCCP]: Sample RTT from SYN exchange
Gerrit Renker
2007-04-25
3
-0
/
+18
*
[CCID3]: Use function for RTT sampling
Gerrit Renker
2007-04-25
2
-41
/
+11
*
[DCCP]: Provide function for RTT sampling
Gerrit Renker
2007-04-25
2
-2
/
+48
*
[CCID3]: Handle Idle and Application-Limited periods
Gerrit Renker
2007-04-25
1
-44
/
+40
*
[CCID3]: Wrap computation of RFC3390-initial rate into separate function
Gerrit Renker
2007-04-25
1
-7
/
+18
*
[CCID3]: Remove build warnings for 64bit
Gerrit Renker
2007-04-25
1
-5
/
+7
*
[CCID3]: More to see in dccp_probe
Gerrit Renker
2007-04-25
1
-7
/
+10
*
[CCID3]: Add documentation for socket options
Gerrit Renker
2007-04-25
1
-0
/
+10
*
[DCCP]: More debug information for dccp_wait_for_ccid
Gerrit Renker
2007-04-25
1
-1
/
+2
*
[DCCP]: Always use debug-toggle parameters
Gerrit Renker
2007-04-25
1
-4
/
+0
*
[CCID3]: Remove race condition and update t_ipi when `s' changes
Gerrit Renker
2007-04-25
1
-23
/
+12
*
[CCID3]: More verbose debugging
Ian McDonald
2007-04-25
1
-1
/
+12
*
[CCID3]: Fix use of invalid loss intervals
Ian McDonald
2007-04-25
1
-1
/
+1
*
[CCID3]: Use MSS for larger initial windows
Gerrit Renker
2007-04-25
1
-5
/
+5
*
[CCID3]: Re-order CCID 3 source file
Gerrit Renker
2007-04-25
1
-44
/
+45
*
[CCID3]: Remove redundant `len' test
Gerrit Renker
2007-04-25
1
-5
/
+2
*
[DCCP]: Remove ambiguity in the way before48 is used
Gerrit Renker
2007-04-25
1
-2
/
+4
*
[DCCP]: Fix for follows48
Gerrit Renker
2007-04-25
1
-3
/
+1
*
[DCCP]: Make `before' relation unambiguous
Gerrit Renker
2007-04-25
1
-5
/
+2
*
[DCCP]: Make dccp_delta_seqno return signed numbers
Gerrit Renker
2007-04-25
1
-2
/
+5
*
[DCCP]: 48-bit sequence number arithmetic
Gerrit Renker
2007-04-25
2
-21
/
+28
*
[FORCEDETH]: Use skb_tailroom where appropriate
Arnaldo Carvalho de Melo
2007-04-25
1
-11
/
+7
*
[LMC]: lmc_main wants to use skb_tailroom
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ATM] idt77252: Fix double kfree_skb on failure in push_rx_skb
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+0
*
[SK_BUFF] ipv6: Use skb_network_offset in some more places
Arnaldo Carvalho de Melo
2007-04-25
2
-3
/
+4
*
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
2007-04-25
34
-62
/
+93
*
[NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}
Arnaldo Carvalho de Melo
2007-04-25
1
-12
/
+0
*
[SK_BUFF]: Remove skb_add_mtu() leftovers
Arnaldo Carvalho de Melo
2007-04-25
2
-15
/
+0
*
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
2007-04-25
15
-18
/
+23
*
[IPV4]: fib_trie root node settings
Robert Olsson
2007-04-25
1
-2
/
+2
*
[IPV4]: fib_trie resize break
Robert Olsson
2007-04-25
1
-3
/
+23
*
[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+4
*
[SK_BUFF]: Convert skb->end to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
15
-56
/
+101
*
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
110
-329
/
+396
*
[VLAN] vlan_dev: Use skb_reset_network_header().
David S. Miller
2007-04-25
1
-1
/
+1
*
[IrDA]: SMC SuperIO Chip LPC47N227 not identified properly
Peter Kovar
2007-04-25
1
-0
/
+1
*
[IrDA]: irda lockdep annotation
Samuel Ortiz
2007-04-25
1
-1
/
+8
*
[IrDA]: removing stir4200 useless include
Samuel Ortiz
2007-04-25
1
-1
/
+0
*
[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...
Arnaldo Carvalho de Melo
2007-04-25
5
-26
/
+104
*
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
2007-04-25
46
-165
/
+162
*
[SK_BUFF]: Introduce skb_network_header_len
Arnaldo Carvalho de Melo
2007-04-25
14
-21
/
+27
*
[SK_BUFF]: Use the helpers to get the layer header pointer
Arnaldo Carvalho de Melo
2007-04-25
4
-5
/
+5
*
[NET_SCHED]: Fix warning
Patrick McHardy
2007-04-25
1
-1
/
+2
*
[NET_SCHED]: sch_cbq: fix watchdog scheduled too late
Patrick McHardy
2007-04-25
1
-1
/
+1
[prev]
[next]