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: kill unused macros
Shan Wei
2010-12-19
2
-2
/
+0
*
net: increase skb->users instead of skb_clone()
Changli Gao
2010-12-19
1
-10
/
+20
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-12-17
2
-14
/
+39
|
\
|
*
net: fix nulls list corruptions in sk_prot_alloc
Octavian Purdila
2010-12-16
1
-12
/
+35
|
*
net: fix skb_defer_rx_timestamp()
Eric Dumazet
2010-12-10
1
-2
/
+4
*
|
net: Use skb_checksum_start_offset()
Michał Mirosław
2010-12-16
2
-4
/
+4
*
|
net: factorize sync-rcu call in unregister_netdevice_many
Octavian Purdila
2010-12-16
1
-42
/
+76
*
|
net: use NUMA_NO_NODE instead of the magic number -1
Changli Gao
2010-12-16
2
-2
/
+3
*
|
bnx2x: Take the distribution range definition out of skb_tx_hash()
Vladislav Zolotarov
2010-12-16
1
-5
/
+10
*
|
ethtool: Report link-down while interface is down
Ben Hutchings
2010-12-10
1
-2
/
+15
*
|
pktgen: adding prefetchw() call
Junchang Wang
2010-12-10
1
-0
/
+2
*
|
filter: use size of fetched data in __load_pointer()
Eric Dumazet
2010-12-09
1
-3
/
+3
*
|
net: optimize INET input path further
Eric Dumazet
2010-12-09
1
-5
/
+6
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-12-08
2
-16
/
+7
|
\
|
|
*
filter: fix sk_filter rcu handling
Eric Dumazet
2010-12-06
1
-13
/
+6
|
*
net: allow GFP_HIGHMEM in __vmalloc()
Eric Dumazet
2010-11-21
1
-3
/
+1
*
|
net: call dev_queue_xmit_nit() after skb_dst_drop()
Eric Dumazet
2010-12-08
1
-3
/
+3
*
|
filter: constify sk_run_filter()
Eric Dumazet
2010-12-08
2
-4
/
+5
*
|
net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
Eric Dumazet
2010-12-08
1
-10
/
+7
*
|
net: init ingress queue
Changli Gao
2010-12-08
1
-22
/
+13
*
|
Fix a typo in datagram.c and sctp/socket.c.
David Shwatrz
2010-12-06
1
-1
/
+1
*
|
filter: add a security check at install time
Eric Dumazet
2010-12-06
1
-9
/
+63
*
|
filter: add SKF_AD_RXHASH and SKF_AD_CPU
Eric Dumazet
2010-12-06
1
-0
/
+6
*
|
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2010-12-06
2
-3
/
+8
*
|
net: don't reallocate skb->head unless the current one hasn't the needed extr...
Changli Gao
2010-12-03
1
-11
/
+23
*
|
tcp: Add timewait recycling bits to ipv6 connect code.
David S. Miller
2010-12-02
1
-0
/
+1
*
|
net sched: use xps information for qdisc NUMA affinity
Eric Dumazet
2010-12-01
2
-3
/
+14
*
|
xps: add __rcu annotations
Eric Dumazet
2010-11-29
1
-9
/
+15
*
|
xps: NUMA allocations for per cpu data
Eric Dumazet
2010-11-29
1
-2
/
+3
*
|
xps: Add CONFIG_XPS
Tom Herbert
2010-11-28
3
-19
/
+40
*
|
net: add netif_tx_queue_frozen_or_stopped
Eric Dumazet
2010-11-28
2
-3
/
+2
*
|
rtnl: make link af-specific updates atomic
Thomas Graf
2010-11-27
1
-5
/
+24
*
|
xps: Transmit Packet Steering
Tom Herbert
2010-11-24
3
-8
/
+417
*
|
xps: Improvements in TX queue selection
Tom Herbert
2010-11-24
1
-7
/
+11
*
|
scm: lower SCM_MAX_FD
Eric Dumazet
2010-11-24
1
-4
/
+6
*
|
pktgen: allow faster module unload
Eric Dumazet
2010-11-21
1
-5
/
+12
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-11-19
1
-1
/
+1
|
\
|
|
*
net: fix kernel-doc for sk_filter_rcu_release
Randy Dunlap
2010-11-19
1
-1
/
+1
|
*
net: zero kobject in rx_queue_release
John Fastabend
2010-11-18
1
-2
/
+8
*
|
filter: use reciprocal divide
Eric Dumazet
2010-11-19
1
-1
/
+3
*
|
filter: cleanup codes[] init
Eric Dumazet
2010-11-19
1
-48
/
+47
*
|
filter: optimize sk_run_filter
Eric Dumazet
2010-11-19
2
-46
/
+49
*
|
net: move definitions of BPF_S_* to net/core/filter.c
Changli Gao
2010-11-18
1
-0
/
+48
*
|
filter: Optimize instruction revalidation code.
Tetsuo Handa
2010-11-18
1
-159
/
+72
*
|
net: add priority field to pktgen
John Fastabend
2010-11-18
1
-0
/
+20
*
|
net: zero kobject in rx_queue_release
John Fastabend
2010-11-17
1
-2
/
+7
*
|
rtnetlink: Link address family API
Thomas Graf
2010-11-17
1
-2
/
+145
*
|
net: Export netif_get_vlan_features().
David S. Miller
2010-11-15
1
-0
/
+1
*
|
net: Simplify RX queue allocation
Tom Herbert
2010-11-15
2
-14
/
+12
*
|
net: Move TX queue allocation to alloc_netdev_mq
Tom Herbert
2010-11-15
1
-4
/
+3
[next]