index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: fix "netpoll: Allow netpoll_setup/cleanup recursion"
Andrew Morton
2010-06-24
1
-1
/
+0
*
|
net: consolidate netif_needs_gso() checks
John Fastabend
2010-06-23
1
-36
/
+32
*
|
net: Export cred_to_ucred to modules.
David S. Miller
2010-06-16
1
-0
/
+1
*
|
scm: Capture the full credentials of the scm sender.
Eric W. Biederman
2010-06-16
1
-0
/
+24
*
|
af_unix: Allow SO_PEERCRED to work across namespaces.
Eric W. Biederman
2010-06-16
1
-6
/
+12
*
|
sock: Introduce cred_to_ucred
Eric W. Biederman
2010-06-16
1
-0
/
+14
*
|
bridge: use rx_handler_data pointer to store net_bridge_port pointer
Jiri Pirko
2010-06-15
1
-1
/
+2
*
|
net: add rx_handler data pointer
Jiri Pirko
2010-06-15
1
-1
/
+5
*
|
netpoll: Allow netpoll_setup/cleanup recursion
Herbert Xu
2010-06-15
1
-79
/
+97
*
|
netpoll: Add ndo_netpoll_setup
Herbert Xu
2010-06-15
1
-0
/
+10
*
|
netpoll: Add locking for netpoll_setup/cleanup
Herbert Xu
2010-06-15
1
-75
/
+76
*
|
netpoll: Fix RCU usage
Herbert Xu
2010-06-15
1
-8
/
+12
*
|
netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup
Herbert Xu
2010-06-15
1
-2
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-14
1
-1
/
+1
|
\
|
|
*
net: rxhash already set in __copy_skb_header
Eric Dumazet
2010-06-13
1
-1
/
+0
|
*
net: fix deliver_no_wcard regression on loopback device
John Fastabend
2010-06-13
1
-0
/
+1
*
|
net: Enable 64-bit net device statistics on 32-bit architectures
Ben Hutchings
2010-06-12
3
-17
/
+20
*
|
pktgen: increasing transmission granularity
Daniel Turull
2010-06-11
1
-4
/
+38
*
|
pkt_sched: gen_kill_estimator() rcu fixes
Eric Dumazet
2010-06-11
1
-0
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-11
3
-12
/
+30
|
\
|
|
*
pktgen: Fix accuracy of inter-packet delay.
Daniel Turull
2010-06-10
1
-1
/
+1
|
*
pkt_sched: gen_estimator: add a new lock
Eric Dumazet
2010-06-10
1
-3
/
+12
|
*
net: deliver skbs on inactive slaves to exact matches
John Fastabend
2010-06-10
1
-3
/
+14
|
*
net: Print num_rx_queues imbalance warning only when there are allocated queues
Tim Gardner
2010-06-09
1
-5
/
+3
*
|
anycast: Some RCU conversions
Eric Dumazet
2010-06-07
1
-9
/
+5
*
|
net: Remove unnecessary net action assertion
jamal
2010-06-07
1
-3
/
+0
*
|
net-caif: Added missing lock validator constants
Alex Lorca
2010-06-07
1
-3
/
+3
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-06
2
-6
/
+32
|
\
|
|
*
net: fix conflict between null_or_orig and null_or_bond
John Fastabend
2010-06-02
1
-4
/
+4
|
*
net: sock_queue_err_skb() dont mess with sk_forward_alloc
Eric Dumazet
2010-05-31
1
-2
/
+28
|
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2010-05-31
5
-63
/
+79
|
|
\
*
|
|
skbuff: add check for non-linear to warn_if_lro and needs_linearize
Alexander Duyck
2010-06-05
1
-3
/
+4
*
|
|
net: replace hooks in __netif_receive_skb V5
Jiri Pirko
2010-06-02
1
-64
/
+55
*
|
|
net: add additional lock to qdisc to increase throughput
Eric Dumazet
2010-06-02
1
-4
/
+25
*
|
|
net: Define accessors to manipulate QDISC_STATE_RUNNING
Eric Dumazet
2010-06-02
1
-2
/
+2
*
|
|
net: remove zap_completion_queue
Eric Dumazet
2010-05-31
2
-32
/
+3
*
|
|
net: Use __this_cpu_inc() in fast path
Eric Dumazet
2010-05-31
1
-2
/
+1
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-31
1
-6
/
+10
|
\
|
|
|
|
/
|
/
|
|
*
net: fix sk_forward_alloc corruptions
Eric Dumazet
2010-05-29
1
-0
/
+4
|
*
skb: make skb_recycle_check() return a bool value
Changli Gao
2010-05-29
1
-6
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-28
4
-13
/
+53
|
\
|
|
*
netlink: bug fix: wrong size was calculated for vfinfo list blob
Scott Feldman
2010-05-28
1
-5
/
+6
|
*
netlink: bug fix: don't overrun skbs on vf_port dump
Scott Feldman
2010-05-28
1
-6
/
+9
|
*
net: fix __neigh_event_send()
Eric Dumazet
2010-05-28
1
-0
/
+1
|
*
net: fix lock_sock_bh/unlock_sock_bh
Eric Dumazet
2010-05-27
2
-2
/
+37
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-05-27
1
-6
/
+6
|
\
\
|
*
\
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
2010-05-21
2
-55
/
+115
|
|
\
\
|
*
|
|
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
2010-05-14
1
-6
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-25
4
-22
/
+50
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
tun: Update classid on packet injection
Herbert Xu
2010-05-24
1
-0
/
+1
[prev]
[next]