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
2009-06-18
net: group address list and its count
Jiri Pirko
1
-68
/
+62
2009-06-18
ipv4: Fix fib_trie rebalancing, part 2
Jarek Poplawski
1
-14
/
+10
2009-06-17
pkt_sched: Update drops stats in act_police
Jarek Poplawski
1
-0
/
+4
2009-06-17
skbuff: don't corrupt mac_header on skb expansion
Stephen Hemminger
1
-3
/
+6
2009-06-17
skbuff: skb_mac_header_was_set is always true on >32 bit
Stephen Hemminger
1
-0
/
+4
2009-06-17
net: sk_wmem_alloc has initial value of one, not zero
Eric Dumazet
6
-16
/
+8
2009-06-16
x25: Fix sleep from timer on socket destroy.
David S. Miller
2
-6
/
+19
2009-06-15
mac80211: fix wext bssid/ssid setting
Johannes Berg
1
-11
/
+14
2009-06-15
mac80211: disconnect when user changes channel
Johannes Berg
4
-31
/
+31
2009-06-15
mac80211: add queue debugfs file
Johannes Berg
2
-0
/
+26
2009-06-15
mac80211: Do not try to associate with an empty SSID
Jouni Malinen
1
-0
/
+8
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
15
-36
/
+60
2009-06-15
pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US
Jarek Poplawski
2
-4
/
+4
2009-06-15
ipv4: Fix fib_trie rebalancing
Jarek Poplawski
1
-10
/
+37
2009-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-5
/
+5
2009-06-14
Bluetooth: Fix Kconfig issue with RFKILL integration
Marcel Holtmann
1
-1
/
+2
2009-06-14
PIM-SM: namespace changes
Tom Goff
2
-20
/
+29
2009-06-13
ipv4: update ARPD help text
Timo Teräs
1
-22
/
+13
2009-06-13
net: use a deferred timer in rt_check_expire
Eric Dumazet
1
-3
/
+8
2009-06-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
6
-147
/
+298
2009-06-13
x_tables: Convert printk to pr_err
Joe Perches
1
-8
/
+8
2009-06-13
netfilter: conntrack: optional reliable conntrack event delivery
Pablo Neira Ayuso
3
-18
/
+118
2009-06-13
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
Pablo Neira Ayuso
2
-10
/
+15
2009-06-13
netfilter: conntrack: move event caching to conntrack extension infrastructure
Pablo Neira Ayuso
3
-99
/
+150
2009-06-13
netfilter: nf_conntrack: use mod_timer_pending() for conntrack refresh
Patrick McHardy
1
-11
/
+6
2009-06-13
netfilter: nf_log: fix sleeping function called from invalid context
Patrick McHardy
1
-3
/
+3
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
3
-3
/
+3
2009-06-13
net: fix network drivers ndo_start_xmit() return values (part 7)
Patrick McHardy
1
-1
/
+2
2009-06-12
trivial: Fix a typo in comment of addrconf_dad_start()
Masatake YAMATO
1
-1
/
+1
2009-06-12
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
2
-3
/
+3
2009-06-12
trivial: Fix paramater/parameter typo in dmesg and source comments
Martin Olsson
1
-1
/
+1
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
1
-3
/
+3
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
1
-1
/
+1
2009-06-11
bridge: Simplify interface for ATM LANE
Michał Mirosław
5
-58
/
+44
2009-06-11
[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS
John Dykstra
1
-1
/
+1
2009-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
25
-581
/
+1189
2009-06-11
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+2
2009-06-12
netfilter: ip_tables: fix build error
Patrick McHardy
1
-1
/
+1
2009-06-11
wimax: fix warning caused by not checking retval of rfkill_set_hw_state()
Inaky Perez-Gonzalez
1
-1
/
+2
2009-06-11
netfilter: nf_ct_tcp: fix up build after merge
Patrick McHardy
1
-1
/
+1
2009-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Patrick McHardy
171
-2846
/
+5357
2009-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
3
-57
/
+113
2009-06-11
neigh: fix state transition INCOMPLETE->FAILED via Netlink request
Timo Teras
1
-18
/
+28
2009-06-11
net: No more expensive sock_hold()/sock_put() on each tx
Eric Dumazet
3
-6
/
+25
2009-06-11
ieee802154: Use '%Zu' printf format for size_t.
David S. Miller
2
-2
/
+2
2009-06-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
15
-177
/
+174
2009-06-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-4
/
+4
2009-06-10
cfg80211: fix rfkill locking problem
Johannes Berg
1
-10
/
+9
2009-06-10
mac80211: disable PS while probing AP
Johannes Berg
1
-12
/
+33
2009-06-10
mac80211: disable moving between PS modes during scan
Luis R. Rodriguez
2
-5
/
+4
[next]