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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
[PKTGEN]: IPSEC support
Jamal Hadi Salim
1
-2
/
+152
2007-07-10
[PKTGEN]: Introduce sequential flows
Jamal Hadi Salim
1
-8
/
+52
2007-07-10
[PKTGEN]: Centralize packet overhead tracking
Jamal Hadi Salim
1
-12
/
+15
2007-07-10
[NET]: Fix secondary unicast/multicast address count maintenance
Patrick McHardy
2
-18
/
+14
2007-07-10
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
4
-16
/
+41
2007-07-10
[NET]: Fix TX checksum feature check
Herbert Xu
1
-5
/
+5
2007-07-10
[NET]: dev: secondary unicast address support
Patrick McHardy
2
-52
/
+129
2007-07-10
[NET]: dev_mcast: switch to generic net_device address lists
Patrick McHardy
1
-81
/
+15
2007-07-10
[NET]: dev: introduce generic net_device address lists
Patrick McHardy
1
-0
/
+69
2007-07-10
[NET]: dev_mcast: unexport dev_mc_upload
Patrick McHardy
1
-1
/
+0
2007-07-10
[NET]: IPV6 checksum offloading in network devices
Stephen Hemminger
1
-3
/
+21
2007-07-10
[RTNETLINK]: Fix rtnetlink compat attribute patch
Patrick McHardy
1
-5
/
+3
2007-07-10
[RTNETLINK]: Add nested compat attribute
Patrick McHardy
1
-0
/
+16
2007-07-10
[SKBUFF]: Keep track of writable header len of headerless clones
Patrick McHardy
1
-0
/
+2
2007-07-10
[RTNETLINK]: Link creation API
Patrick McHardy
1
-7
/
+335
2007-07-10
[RTNETLINK]: Split up rtnl_setlink
Patrick McHardy
1
-48
/
+57
2007-07-05
[NETPOLL]: Fixups for 'fix soft lockup when removing module'
Jarek Poplawski
1
-4
/
+2
2007-07-05
[NET]: net/core/netevent.c should #include <net/netevent.h>
Adrian Bunk
1
-0
/
+1
2007-07-05
[NET] skbuff: remove export of static symbol
Johannes Berg
1
-1
/
+0
2007-06-28
[NETPOLL] netconsole: fix soft lockup when removing module
Jarek Poplawski
1
-2
/
+9
2007-06-27
[NETPOLL]: tx lock deadlock fix
Stephen Hemminger
1
-9
/
+10
2007-06-23
[NET]: Make skb_seq_read unmap the last fragment
Olaf Kirch
1
-0
/
+5
2007-06-23
[NET]: Re-enable irqs before pushing pending DMA requests
Shannon Nelson
1
-1
/
+1
2007-06-23
[SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmark
Patrick McHardy
1
-1
/
+1
2007-06-07
[NET]: Avoid duplicate netlink notification when changing link state
Thomas Graf
1
-3
/
+5
2007-06-07
[RTNETLINK]: ifindex 0 does not exist
Patrick McHardy
1
-3
/
+3
2007-06-07
[NETLINK]: Mark netlink policies const
Patrick McHardy
2
-3
/
+3
2007-06-07
[NET]: Merge dst_discard_in and dst_discard_out.
Denis Cheng
1
-13
/
+4
2007-06-03
[NET] gso: Fix GSO feature mask in sk_setup_caps
Herbert Xu
1
-1
/
+1
2007-05-31
[NET]: parse ip:port strings correctly in in4_pton
Jerome Borsboom
1
-3
/
+3
2007-05-31
[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
David S. Miller
1
-0
/
+9
2007-05-24
[XFRM]: Allow packet drops during larval state resolution.
David S. Miller
1
-0
/
+9
2007-05-24
[NET]: "wrong timeout value" in sk_wait_data() v2
Vasily Averin
1
-1
/
+13
2007-05-22
[RTNETLINK]: Remove remains of wireless extensions over rtnetlink
Patrick McHardy
1
-17
/
+10
2007-05-22
[RTNETLINK]: Allow changing of subsets of netdevice flags in rtnl_setlink
Patrick McHardy
1
-2
/
+9
2007-05-19
[NET]: Fix race condition about network device name allocation.
Stephen Hemminger
2
-5
/
+13
2007-05-19
[NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation error
Mikael Pettersson
1
-3
/
+2
2007-05-17
[NET]: lockdep classes in register_netdevice
Jarek Poplawski
1
-0
/
+69
2007-05-10
[NET] link_watch: Always schedule urgent events
Herbert Xu
1
-19
/
+41
2007-05-10
[NET] link_watch: Eliminate potential delay on wrap-around
Herbert Xu
1
-1
/
+3
2007-05-10
[NET]: Remove link_watch delay for up even when we're down
Herbert Xu
1
-23
/
+67
2007-05-10
[NET] link_watch: Move link watch list into net_device
Herbert Xu
1
-35
/
+15
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2
-2
/
+2
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2
-2
/
+0
2007-05-07
[NET] net/core: Fix error handling
Josef 'Jeff' Sipek
1
-2
/
+2
2007-05-03
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
3
-51
/
+45
2007-05-03
[NET]: Add __dev_getfirstbyhwtype
Patrick McHardy
1
-5
/
+16
2007-04-28
[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.
Rusty Russell
1
-25
/
+20
2007-04-27
[NET]: Revert sk_buff walker cleanups.
David S. Miller
3
-69
/
+128
2007-04-27
uevent: use add_uevent_var() instead of open coding it
Eric Rannaud
1
-17
/
+11
[next]