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
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-28
vlan: don't deliver frames for unknown vlans to protocols
Florian Zumbiehl
1
-2
/
+5
2012-10-13
net: do not disable sg for packets requiring no checksum
Ed Cashin
1
-1
/
+2
2012-10-13
net: small bug on rxhash calculation
Chema Gonzalez
1
-5
/
+6
2012-10-02
net: Statically initialize init_net.dev_base_head
Rustad, Mark D
1
-1
/
+2
2012-10-02
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-2
/
+14
2012-10-02
net/core: Fix potential memory leak in dev_set_alias()
Alexey Khoroshilov
1
-2
/
+5
2012-10-02
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
1
-0
/
+4
2012-08-15
net: feed /dev/random with the MAC address when registering a device
Theodore Ts'o
1
-0
/
+3
2012-07-16
net: remove skb_orphan_try()
Eric Dumazet
1
-22
/
+1
2012-05-10
Revert "net: maintain namespace isolation between vlan and real device"
David S. Miller
1
-31
/
+5
2012-04-13
net: In unregister_netdevice_notifier unregister the netdevices.
Eric W. Biederman
1
-0
/
+20
2012-04-03
net: fix /proc/net/dev regression
Eric Dumazet
1
-45
/
+13
2012-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-28
net/core: dev_forward_skb() should clear skb_iif
Benjamin LaHaise
1
-0
/
+1
2012-03-21
net: fix napi_reuse_skb() skb reserve
Eric Dumazet
1
-1
/
+2
2012-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-65
/
+50
2012-03-06
net: Use bool for return value of dev_valid_name().
David S. Miller
1
-6
/
+6
2012-03-05
net: export netdev_stats_to_stats64
Eric Dumazet
1
-4
/
+5
2012-03-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-2
/
+8
2012-02-24
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
1
-12
/
+12
2012-02-08
gro: more generic L2 header check
Eric Dumazet
1
-2
/
+8
2012-02-08
gro: more generic L2 header check
Eric Dumazet
1
-2
/
+8
2012-02-01
PATCH V2 net-next] net: dev: Convert printks to pr_<level>
Joe Perches
1
-55
/
+39
2012-01-17
net: fix NULL-deref in WARN() in skb_gso_segment()
Michał Mirosław
1
-2
/
+3
2012-01-17
net: WARN if skb_checksum_help() is called on skb requiring segmentation
Ben Hutchings
1
-12
/
+19
2012-01-17
net: Use device model to get driver name in skb_gso_segment()
Ben Hutchings
1
-4
/
+4
2011-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+8
2011-12-01
net: net_device flags is an unsigned int
Eric Dumazet
1
-7
/
+7
2011-11-30
net/core: fix rollback handler in register_netdevice_notifier
RongQing.Li
1
-1
/
+2
2011-11-29
net: Fix skb_update_prio RCU usage.
Igor Maravic
1
-1
/
+1
2011-11-29
bql: Byte queue limits
Tom Herbert
1
-0
/
+3
2011-11-29
net: Add queue state xoff flag for stack
Tom Herbert
1
-2
/
+2
2011-11-29
net: dont call jump_label_dec from irq context
Eric Dumazet
1
-0
/
+23
2011-11-28
net: use skb_flow_dissect() in __skb_get_rxhash()
Eric Dumazet
1
-111
/
+14
2011-11-28
net: Fix corruption in /proc/*/net/dev_mcast
Anton Blanchard
1
-0
/
+6
2011-11-22
net: add network priority cgroup infrastructure (v4)
Neil Horman
1
-0
/
+14
2011-11-17
net: use jump_label to shortcut RPS if not setup
Eric Dumazet
1
-12
/
+9
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
1
-15
/
+6
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-17
/
+21
2011-11-16
net: remove legacy ethtool ops
Michał Mirosław
1
-10
/
+2
2011-11-16
net: use jump_label for netstamp_needed
Eric Dumazet
1
-18
/
+14
2011-10-30
vlan: allow nested vlan_do_receive()
Eric Dumazet
1
-2
/
+2
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-92
/
+244
2011-10-25
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2011-10-24
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2011-10-24
rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces
Eric W. Biederman
1
-0
/
+1
2011-10-21
dev: use name hash for dev_seq_ops
Mihai Maruseac
1
-15
/
+69
2011-10-19
net: validate HWTSTAMP ioctl parameters
Richard Cochran
1
-0
/
+58
[next]