index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-17
sk-filter: Add ability to lock a socket filter program
Vincent Bernat
2
-0
/
+17
2013-01-16
netpoll: fix a missing dev refcounting
Cong Wang
1
-0
/
+1
2013-01-16
netpoll: fix a rtnl lock assertion failure
Cong Wang
1
-14
/
+10
2013-01-16
net_sched: fix qdisc_pkt_len_init()
Eric Dumazet
1
-1
/
+5
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+8
2013-01-14
tcp: fix a panic on UP machines in reqsk_fastopen_remove
Eric Dumazet
1
-2
/
+0
2013-01-11
net: splice: fix __splice_segment()
Eric Dumazet
1
-13
/
+15
2013-01-11
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
1
-0
/
+8
2013-01-11
net: Export __netdev_pick_tx so that it can be used in modules
Alexander Duyck
1
-0
/
+1
2013-01-10
net: Add support for XPS without sysfs being defined
Alexander Duyck
2
-20
/
+20
2013-01-10
net: Rewrite netif_set_xps_queues to address several issues
Alexander Duyck
1
-66
/
+117
2013-01-10
net: Rewrite netif_reset_xps_queue to allow for better code reuse
Alexander Duyck
1
-23
/
+33
2013-01-10
net: Add functions netif_reset_xps_queue and netif_set_xps_queue
Alexander Duyck
2
-143
/
+160
2013-01-10
net: Split core bits of netdev_pick_tx into __netdev_pick_tx
Alexander Duyck
1
-25
/
+32
2013-01-10
net_sched: more precise pkt_len computation
Eric Dumazet
1
-1
/
+21
2013-01-08
net: init perm_addr in register_netdevice()
Jiri Pirko
1
-0
/
+7
2013-01-08
netpoll: add IPv6 support
Cong Wang
1
-10
/
+236
2013-01-08
netpoll: prepare for ipv6
Cong Wang
1
-178
/
+224
2013-01-08
net: introduce skb_transport_header_was_set()
Eric Dumazet
2
-1
/
+4
2013-01-07
ethtool: consolidate work with ethtool_ops
Jiri Pirko
1
-24
/
+21
2013-01-06
net: splice: avoid high order page splitting
Eric Dumazet
1
-29
/
+9
2013-01-06
ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
Jiri Pirko
1
-1
/
+3
2013-01-04
net: remove no longer used netdev_set_bond_master() and netdev_set_master()
Jiri Pirko
1
-63
/
+0
2013-01-04
bonding: remove usage of dev->master
Jiri Pirko
1
-0
/
+1
2013-01-04
netpoll: remove usage of dev->master
Jiri Pirko
1
-3
/
+6
2013-01-04
rtnetlink: remove usage of dev->master
Jiri Pirko
1
-32
/
+37
2013-01-04
net: introduce upper device lists
Jiri Pirko
1
-4
/
+235
2013-01-03
net: add address assign type "SET"
Jiri Pirko
1
-0
/
+1
2013-01-03
net: call add_device_randomness() only after successful mac change
Jiri Pirko
1
-3
/
+4
2013-01-03
rtnl: use dev_set_mac_address() instead of plain ndo_
Jiri Pirko
1
-18
/
+2
2012-12-30
net: filter: return -EINVAL if BPF_S_ANC* operation is not supported
Daniel Borkmann
1
-0
/
+7
2012-12-28
skbuff: make __kmalloc_reserve static
stephen hemminger
1
-2
/
+3
2012-12-28
net: use per task frag allocator in skb_append_datato_frags
Eric Dumazet
1
-27
/
+16
2012-12-28
rtnl: expose carrier value with possibility to set it
Jiri Pirko
1
-0
/
+10
2012-12-28
net: allow to change carrier via sysfs
Jiri Pirko
1
-1
/
+14
2012-12-28
net: add change_carrier netdev op
Jiri Pirko
1
-0
/
+19
2012-12-22
CONFIG_HOTPLUG removal from networking core
Greg KH
1
-4
/
+0
2012-12-21
net: devnet_rename_seq should be a seqcount
Eric Dumazet
2
-11
/
+11
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+2
2012-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+30
2012-12-14
userns: Require CAP_SYS_ADMIN for most uses of setns.
Eric W. Biederman
1
-1
/
+2
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
15
-145
/
+710
2012-12-12
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-147
/
+113
2012-12-11
net: gro: avoid double copy in skb_gro_receive()
Eric Dumazet
1
-1
/
+0
2012-12-11
net: remove obsolete simple_strto<foo>
Abhijit Pawar
1
-1
/
+0
2012-12-11
net: gro: dev_gro_receive() cleanup
Eric Dumazet
1
-26
/
+26
2012-12-10
net: remove obsolete simple_strto<foo>
Abhijit Pawar
1
-1
/
+4
2012-12-09
net: Handle encapsulated offloads before fragmentation or handing to lower dev
Alexander Duyck
1
-2
/
+13
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
1
-0
/
+9
2012-12-07
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
2
-3
/
+5
[next]