index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cleanups' into next
Trond Myklebust
2008-02-28
1
-2
/
+2
|
\
|
*
SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async
Trond Myklebust
2008-02-14
1
-2
/
+2
*
|
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
2008-02-28
1
-25
/
+12
*
|
SUNRPC: Ensure that we read all available tcp data
Trond Myklebust
2008-02-28
1
-2
/
+5
*
|
SUNRPC: Eliminate the now-redundant rpc_start_wakeup()
Trond Myklebust
2008-02-28
1
-6
/
+2
*
|
SUNRPC: Switch tasks to using the rpc_waitqueue's timer function
Trond Myklebust
2008-02-28
1
-50
/
+10
*
|
SUNRPC: Add a timer function to wait queues.
Trond Myklebust
2008-02-28
1
-4
/
+42
*
|
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
2008-02-28
3
-7
/
+20
*
|
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
2008-02-25
4
-51
/
+33
*
|
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
2008-02-25
3
-8
/
+7
*
|
SUNRPC: Add a new helper rpc_wake_up_queued_task()
Trond Myklebust
2008-02-25
2
-35
/
+31
*
|
SUNRPC: Clean up rpc_run_timer()
Trond Myklebust
2008-02-25
2
-34
/
+35
*
|
SUNRPC: Allow the rpc_release() callback to be run on another workqueue
Trond Myklebust
2008-02-25
1
-8
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-02-23
21
-90
/
+83
|
\
\
|
*
|
[NETFILTER]: fix ebtable targets return
Joonwoo Park
2008-02-23
3
-3
/
+3
|
*
|
[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.
Pavel Emelyanov
2008-02-23
4
-41
/
+10
|
*
|
[NET]: Restore sanity wrt. print_mac().
David S. Miller
2008-02-23
1
-4
/
+6
|
*
|
[NEIGH]: Fix race between neighbor lookup and table's hash_rnd update.
Pavel Emelyanov
2008-02-23
1
-2
/
+4
|
*
|
[RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINK
Thomas Graf
2008-02-23
1
-6
/
+19
|
*
|
[NETNS]: Namespace leak in pneigh_lookup.
Denis V. Lunev
2008-02-20
1
-0
/
+1
|
*
|
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.
Pavel Emelyanov
2008-02-20
1
-0
/
+2
|
*
|
[NETFILTER]: xt_iprange: fix subtraction-based comparison
Jan Engelhardt
2008-02-19
1
-1
/
+1
|
*
|
[NETFILTER]: xt_hashlimit: remove unneeded struct member
Jan Engelhardt
2008-02-19
1
-3
/
+0
|
*
|
[NETFILTER]: Fix incorrect use of skb_make_writable
Joonwoo Park
2008-02-19
4
-4
/
+4
|
*
|
[NETFILTER]: xt_u32: drop the actually unused variable from u32_match_it
Pavel Emelyanov
2008-02-19
1
-6
/
+5
|
*
|
[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa...
Patrick McHardy
2008-02-19
3
-13
/
+19
|
*
|
ipv4/fib_hash.c: fix NULL dereference
Adrian Bunk
2008-02-19
1
-5
/
+5
|
*
|
net/9p/trans_virtio.c: kmalloc() enough memory
Adrian Bunk
2008-02-19
1
-1
/
+1
|
*
|
[RTNL]: Add missing link netlink attribute policy definitions
Thomas Graf
2008-02-19
1
-0
/
+2
|
*
|
[NET]: Messed multicast lists after dev_mc_sync/unsync
Jorge Boncompte [DTI2]
2008-02-19
1
-1
/
+1
*
|
|
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
2008-02-23
1
-1
/
+1
*
|
|
Wrap buffers used for rpc debug printks into RPC_IFDEBUG
Pavel Emelyanov
2008-02-21
1
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-02-19
23
-220
/
+155
|
\
\
\
|
|
/
/
|
*
|
[IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.
Pavel Emelyanov
2008-02-18
1
-1
/
+1
|
*
|
[IPV6]: dst_entry leak in ip4ip6_err. (resend)
Denis V. Lunev
2008-02-18
1
-0
/
+1
|
*
|
bluetooth: do not move child device other than rfcomm
Dave Young
2008-02-18
1
-7
/
+6
|
*
|
bluetooth: put hci dev after del conn
Dave Young
2008-02-18
2
-1
/
+3
|
*
|
[BLUETOOTH] hci_sysfs.c: Kill build warning.
David S. Miller
2008-02-18
1
-2
/
+6
|
*
|
net/8021q/vlan_dev.c: Use print_mac.
Joe Perches
2008-02-17
1
-6
/
+4
|
*
|
[XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().
YOSHIFUJI Hideaki
2008-02-17
1
-2
/
+18
|
*
|
[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros
S.Çağlar Onur
2008-02-17
1
-2
/
+3
|
*
|
[IPV6]: Fix hardcoded removing of old module code
Wang Chen
2008-02-17
1
-8
/
+0
|
*
|
[NETLABEL]: Move some initialization code into __init section.
Pavel Emelyanov
2008-02-17
5
-7
/
+7
|
*
|
[NETLABEL]: Shrink the genl-ops registration code.
Pavel Emelyanov
2008-02-17
3
-144
/
+64
|
*
|
[AX25] ax25_out: check skb for NULL in ax25_kick()
Jarek Poplawski
2008-02-17
1
-2
/
+11
|
*
|
[TCP]: Fix tcp_v4_send_synack() comment
Kris Katterjohn
2008-02-17
1
-1
/
+1
|
*
|
[IPV4]: fix alignment of IP-Config output
Uwe Kleine-Koenig
2008-02-17
1
-1
/
+1
|
*
|
net/9p/trans_virtio.c: Use BUG_ON
Julia Lawall
2008-02-17
1
-2
/
+1
|
*
|
net/rxrpc: Use BUG_ON
Julia Lawall
2008-02-17
2
-4
/
+2
|
*
|
Revert "[NDISC]: Fix race in generic address resolution"
David S. Miller
2008-02-17
2
-3
/
+12
[next]