index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-02
[DCCP]: Miscellaneous code tidy-ups
Gerrit Renker
6
-62
/
+37
2006-12-02
[DCCP]: Make feature negotiation more readable
Gerrit Renker
3
-30
/
+131
2006-12-02
[DCCPv6]: Resolve conditional build problem
Gerrit Renker
1
-4
/
+4
2006-12-02
[TCP/DCCP]: Introduce net_xmit_eval
Gerrit Renker
7
-29
/
+9
2006-12-02
[SCTP]: Cleanup of the sctp state table code.
Peter Zijlstra
1
-361
/
+335
2006-12-02
[NET]: The scheduled removal of the frame diverter.
Adrian Bunk
6
-610
/
+4
2006-12-02
[DCCPv6]: Choose a genuine initial sequence number
Gerrit Renker
3
-20
/
+23
2006-12-02
[DCCP]: Remove redundant statements in init_sequence (ISS)
Gerrit Renker
2
-17
/
+8
2006-12-02
[DCCP]: Remove forward declarations in timer.c
Gerrit Renker
1
-57
/
+53
2006-12-02
[DCCP]: Introduce a consistent naming scheme for sysctls
Gerrit Renker
5
-33
/
+32
2006-12-02
[DCCP]: Add sysctls to control retransmission behaviour
Gerrit Renker
5
-13
/
+47
2006-12-02
[DCCP]: Increment sequence numbers on retransmitted Response packets
Gerrit Renker
2
-7
/
+13
2006-12-02
[DCCP]: Update comments on precisely which packets can be retransmitted
Gerrit Renker
1
-4
/
+6
2006-12-02
[DECNET]: Fix build regressions.
David S. Miller
2
-8
/
+2
2006-12-02
[TCP] htcp: Better packing of struct htcp.
David S. Miller
1
-2
/
+2
2006-12-02
[IPv6]: Only modify checksum for UDP
Brian Haley
2
-3
/
+1
2006-12-02
[IPv6] rules: Remove bogus tos validation check
Thomas Graf
1
-2
/
+1
2006-12-02
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
17
-101
/
+225
2006-12-02
[TCP]: Remove dead code in init_sequence
Gerrit Renker
2
-15
/
+8
2006-12-02
[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
Gerrit Renker
5
-97
/
+150
2006-12-02
[IPV6]: Per-interface statistics support.
YOSHIFUJI Hideaki
11
-105
/
+176
2006-12-02
[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.
YOSHIFUJI Hideaki
2
-2
/
+2
2006-12-02
[IPV6] ROUTE: Use &rt->u.dst instead of cast.
YOSHIFUJI Hideaki
2
-4
/
+4
2006-12-02
[IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.
YOSHIFUJI Hideaki
1
-24
/
+13
2006-12-02
[DCCP]: Update code comments for Step 2/3
Gerrit Renker
4
-51
/
+68
2006-12-02
[DCCP]: tidy up dccp_v{4,6}_conn_request
Gerrit Renker
4
-22
/
+16
2006-12-02
[DCCP]: Fix logfile overflow
Ian McDonald
2
-3
/
+7
2006-12-02
[DCCP]: Fix DCCP Probe Typo
Ian McDonald
1
-1
/
+1
2006-12-02
[DCCPv6]: remove forward declarations in ipv6.c
Gerrit Renker
1
-195
/
+190
2006-12-02
[DCCPv4]: remove forward declarations in ipv4.c
Gerrit Renker
1
-134
/
+132
2006-12-02
[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
Gerrit Renker
4
-103
/
+14
2006-12-02
[DCCP] timewait: Remove leftover extern declarations
Arnaldo Carvalho de Melo
1
-2
/
+0
2006-12-02
[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
Gerrit Renker
2
-23
/
+14
2006-12-02
[DCCP]: Combine allocating & zeroing header space on skb
Gerrit Renker
3
-24
/
+7
2006-12-02
[DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONS
Gerrit Renker
1
-2
/
+6
2006-12-02
[DCCP]: set safe upper bound for option length
Gerrit Renker
1
-6
/
+12
2006-12-02
[TCP]: Don't set SKB owner in tcp_transmit_skb().
David S. Miller
5
-9
/
+6
2006-12-02
[TCP]: Allow autoloading of congestion control via setsockopt.
Stephen Hemminger
1
-1
/
+11
2006-12-02
[TCP]: Restrict congestion control choices.
Stephen Hemminger
2
-0
/
+115
2006-12-02
[TCP]: Add tcp_available_congestion_control sysctl.
Stephen Hemminger
2
-0
/
+40
2006-12-02
[SCTP]: Fix warning
Vlad Yasevich
1
-0
/
+7
2006-12-02
[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.
David S. Miller
1
-1
/
+1
2006-12-02
[DCCP]: Fix typo _read_mostly --> __read_mostly.
David S. Miller
1
-1
/
+1
2006-12-02
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
7
-20
/
+35
2006-12-02
[PKT_SCHED]: Make sch_fifo.o available when CONFIG_NET_SCHED is not set.
David Kimdon
2
-1
/
+6
2006-12-02
[NET] rules: Add support to invert selectors
Thomas Graf
1
-7
/
+17
2006-12-02
[NET] rules: Share common attribute validation policy
Thomas Graf
3
-15
/
+3
2006-12-02
[NET] rules: Protocol independant mark selector
Thomas Graf
4
-88
/
+29
2006-12-02
[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark
Thomas Graf
1
-1
/
+1
2006-12-02
[NET]: Rethink mark field in struct flowi
Thomas Graf
12
-112
/
+24
[next]