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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-14
mac80211: make master netdev handling sane
Johannes Berg
12
-217
/
+153
2008-07-14
mac80211: power management wext hooks
Samuel Ortiz
1
-2
/
+41
2008-07-08
netdev: Move atomic queue state bits into netdev_queue.
David S. Miller
1
-9
/
+11
2008-07-08
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
David S. Miller
1
-3
/
+0
2008-07-08
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
David S. Miller
5
-17
/
+59
2008-07-08
pkt_sched: Make qdisc_run take a netdev_queue.
David S. Miller
2
-14
/
+16
2008-07-08
netdev: Make netif_schedule() routines work with netdev_queue objects.
David S. Miller
5
-14
/
+15
2008-07-08
netdev: Move gso_skb into netdev_queue.
David S. Miller
1
-19
/
+23
2008-07-08
mac80211: Decrease number of explicit ->tx_queue references.
David S. Miller
1
-5
/
+9
2008-07-08
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
David S. Miller
1
-3
/
+2
2008-07-08
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
1
-10
/
+5
2008-07-08
netdev: Move next_sched into struct netdev_queue.
David S. Miller
1
-8
/
+7
2008-07-08
pkt_sched: Make netem queue agnostic.
David S. Miller
1
-1
/
+1
2008-07-08
pkt_sched: Kill stats_lock member of struct Qdisc.
David S. Miller
2
-6
/
+4
2008-07-08
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
David S. Miller
2
-7
/
+8
2008-07-08
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
10
-68
/
+120
2008-07-08
netdev: The ingress_lock member is no longer needed.
David S. Miller
3
-12
/
+13
2008-07-08
netdev: Move queue_lock into struct netdev_queue.
David S. Miller
10
-56
/
+67
2008-07-08
pkt_sched: Remove 'dev' member of struct Qdisc.
David S. Miller
16
-85
/
+84
2008-07-08
netdev: Create netdev_queue abstraction.
David S. Miller
12
-28
/
+62
2008-07-08
pkt_sched: Remove comment reference to old style TX locking.
David S. Miller
1
-1
/
+1
2008-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-20
/
+55
2008-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
17
-268
/
+325
2008-07-08
vlan: avoid header copying and linearisation where possible
Patrick McHardy
1
-29
/
+5
2008-07-08
ipv6: fix race between ipv6_del_addr and DAD timer
Andrey Vagin
1
-2
/
+2
2008-07-08
net/wireless/nl80211.c: fix endless Netlink callback loop.
Julius Volz
1
-2
/
+4
2008-07-08
mac80211: fix lots of kernel-doc
Randy Dunlap
2
-21
/
+61
2008-07-08
rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch
Henrique de Moraes Holschuh
1
-6
/
+4
2008-07-08
rfkill: some minor kernel-doc changes for rfkill_toggle_radio
Henrique de Moraes Holschuh
1
-5
/
+7
2008-07-08
mac80211: add support for iwconfig wlanX frag auto
Emmanuel Grumbach
1
-0
/
+2
2008-07-08
mac80211: aes_ccm.c remove crypto wrapper and extra args
Harvey Harrison
1
-21
/
+17
2008-07-08
mac80211: pass scratch buffer directly, remove additional pointers
Harvey Harrison
3
-23
/
+20
2008-07-08
mac80211: wpa.c remove rx/tx_data ->fc users
Harvey Harrison
1
-13
/
+8
2008-07-08
mac80211: remove trivial rx_data->fc users
Harvey Harrison
1
-56
/
+51
2008-07-08
mac80211: call bss_info_change only once upon disassociation
Tomas Winkler
3
-8
/
+8
2008-07-08
mac80211: remove ieee80211_get_hdr_info
Harvey Harrison
3
-41
/
+35
2008-07-08
mac80211: remove one user of ieee80211_get_hdr_info
Harvey Harrison
1
-41
/
+37
2008-07-08
mac80211: use symbolic defines in wpa.c
Harvey Harrison
1
-7
/
+7
2008-07-08
mac80211: move QOS control helpers into ieee80211.h
Harvey Harrison
3
-24
/
+16
2008-07-08
mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig.
Rami Rosen
1
-2
/
+1
2008-07-08
mac80211: fix warning: unused variable ifsta
Tomas Winkler
1
-0
/
+2
2008-07-08
mac80211: remove useless tid assignment for management and control frames
Tomas Winkler
1
-1
/
+0
2008-07-08
mac80211: add block ack request capability
Ron Rindjunsky
3
-2
/
+49
2008-07-08
mac80211: Don't request encryption for probe response
Ivo van Doorn
1
-0
/
+1
2008-07-08
vlan: TCI related type and naming cleanups
Patrick McHardy
5
-59
/
+55
2008-07-08
vlan: move struct vlan_dev_info to private header
Patrick McHardy
4
-9
/
+62
2008-07-08
vlan: uninline __vlan_hwaccel_rx
Patrick McHardy
4
-5
/
+64
2008-07-08
vlan: Add ethtool support
Patrick McHardy
1
-0
/
+18
2008-07-08
vlan: Use is_vlan_dev()
Joonwoo Park
3
-4
/
+3
2008-07-08
vlan: fix network_header/mac_header adjustments
Patrick McHardy
1
-1
/
+0
[next]