index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-05
fib: fib_rules_cleanup can be static
stephen hemminger
1
-1
/
+0
2010-10-05
net: relax rtnl_dereference()
David S. Miller
1
-4
/
+6
2010-10-05
net: dynamic ingress_queue allocation
Eric Dumazet
2
-1
/
+9
2010-10-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-1
/
+3
2010-10-03
net: introduce DST_NOCACHE flag
Eric Dumazet
1
-4
/
+5
2010-10-03
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-15
/
+32
2010-10-03
ipmr: RCU protection for mfc_cache_array
Eric Dumazet
1
-0
/
+1
2010-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-15
/
+32
2010-10-01
neigh: reorder fields in struct neighbour
Eric Dumazet
1
-3
/
+3
2010-09-30
ipv4: introduce __ip_dev_find()
Eric Dumazet
1
-1
/
+6
2010-09-29
tcp: tcp_enter_quickack_mode can be static
stephen hemminger
1
-2
/
+0
2010-09-29
arp: remove unnecessary export of arp_broken_ops
stephen hemminger
1
-2
/
+0
2010-09-29
net: rename netdev rx_queue to ingress_queue
Eric Dumazet
1
-1
/
+1
2010-09-29
dummy: percpu stats and lockless xmit
Eric Dumazet
1
-0
/
+1
2010-09-28
ipv4: Allow configuring subnets as local addresses
Tom Herbert
1
-0
/
+1
2010-09-27
net: Add netif_copy_real_num_queues() for use by virtual net drivers
Ben Hutchings
1
-0
/
+12
2010-09-27
net: Allow changing number of RX queues after device allocation
Ben Hutchings
1
-1
/
+15
2010-09-27
tunnels: prepare percpu accounting
Eric Dumazet
3
-10
/
+27
2010-09-27
Phonet: Implement Pipe Controller to support Nokia Slim Modems
Kumar Sanghvi
2
-0
/
+26
2010-09-27
tcp: Fix >4GB writes on 64-bit.
David S. Miller
1
-1
/
+1
2010-09-27
tproxy: check for transparent flag in ip_route_newports
Ulrich Weber
1
-0
/
+2
2010-09-27
mac80211: move packet flags into packet
Johannes Berg
1
-4
/
+2
2010-09-27
mac80211/ath9k: Support AMPDU with multiple VIFs.
Ben Greear
1
-11
/
+14
2010-09-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
6
-10
/
+26
2010-09-26
ipv6: add a missing unregister_pernet_subsys call
Neil Horman
1
-0
/
+1
2010-09-26
net: loopback driver cleanup
Eric Dumazet
1
-2
/
+4
2010-09-26
net: update SOCK_MIN_RCVBUF
Eric Dumazet
1
-1
/
+5
2010-09-26
net: reset skb queue mapping when rx'ing over tunnel
Tom Herbert
1
-0
/
+1
2010-09-26
net: skb_frag_t can be smaller on small arches
Eric Dumazet
1
-0
/
+5
2010-09-24
stmmac: review the wake-up support
Giuseppe Cavallaro
1
-0
/
+1
2010-09-24
mac80211: clear txflags for ps-filtered frames
Christian Lamparter
1
-0
/
+16
2010-09-23
net: return operator cleanup
Eric Dumazet
18
-52
/
+51
2010-09-22
net: Move "struct net" declaration inside the __KERNEL__ macro guard
Ollie Wild
1
-2
/
+2
2010-09-21
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
4
-28
/
+50
2010-09-21
ipv6: addrconf.h cleanups
Eric Dumazet
1
-20
/
+43
2010-09-21
net: constify some ppp/pptp structs
Eric Dumazet
1
-1
/
+1
2010-09-21
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
1
-2
/
+4
2010-09-21
ethtool: Add Ethernet MAC-level filtering/steering
Ben Hutchings
1
-1
/
+5
2010-09-21
ethtool: Define RX n-tuple action to clear a rule
Ben Hutchings
1
-2
/
+3
2010-09-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-28
/
+50
2010-09-21
wl1271: make ref_clock configurable by board
Ohad Ben-Cohen
1
-0
/
+1
2010-09-21
wl12xx: add platform data passing support
Ohad Ben-Cohen
1
-0
/
+3
2010-09-21
wl12xx: make wl12xx.h common to both spi and sdio
Ohad Ben-Cohen
1
-2
/
+2
2010-09-21
dccp: Replace magic CCID-specific numbers by symbolic constants
Gerrit Renker
1
-2
/
+4
2010-09-20
xfrm: Allow different selector family in temporary state
Thomas Egerer
1
-2
/
+2
2010-09-19
net: reorder struct netdev_hw_addr
Eric Dumazet
1
-1
/
+1
2010-09-17
netpoll: Disable IRQ around RCU dereference in netpoll_rx
Herbert Xu
1
-4
/
+4
2010-09-17
ethtool: Add comments for valid use of flow types
Ben Hutchings
1
-15
/
+15
2010-09-17
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
Ben Hutchings
1
-2
/
+3
2010-09-17
stmmac: consolidate and tidy-up the COE support
Giuseppe CAVALLARO
1
-0
/
+2
[next]