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
/
tipc
/
eth_media.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-17
tipc: set skb->protocol in eth_media packet transmission
Patrick McHardy
1
-0
/
+1
2013-04-17
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
Patrick McHardy
1
-7
/
+11
2013-04-17
tipc: remove unused str2addr media callback
Patrick McHardy
1
-20
/
+0
2012-08-20
tipc: fix lockdep warning during bearer initialization
Ying Xue
1
-1
/
+15
2012-08-20
tipc: optimize the initialization of network device notifier
Ying Xue
1
-3
/
+10
2012-04-30
tipc: compress out gratuitous extra carriage returns
Paul Gortmaker
1
-19
/
+0
2011-12-29
tipc: rename struct media to struct tipc_media
Paul Gortmaker
1
-2
/
+2
2011-12-27
tipc: Eliminate useless memset operations in Ethernet media support
Allan Stephens
1
-3
/
+0
2011-12-27
tipc: Do timely cleanup of disabled Ethernet bearer resources
Allan Stephens
1
-12
/
+27
2011-12-27
tipc: Minor optimization to deactivation of Ethernet media suppot
Allan Stephens
1
-4
/
+0
2011-12-27
tipc: Hide media-specific addressing details from generic bearer code
Allan Stephens
1
-9
/
+13
2011-12-27
tipc: Add new address conversion routines for Ethernet media
Allan Stephens
1
-2
/
+61
2011-12-27
tipc: Improve handling of media address printing errors
Allan Stephens
1
-6
/
+6
2011-12-27
tipc: Register new media using pre-compiled structure
Allan Stephens
1
-11
/
+19
2011-09-17
tipc: Lower limits for number of bearers and media types
Allan Stephens
1
-1
/
+1
2011-09-17
tipc: Remove redundant search when enabling bearer
Allan Stephens
1
-15
/
+9
2011-09-17
tipc: Fix unsafe device list search when enabling bearer
Allan Stephens
1
-2
/
+4
2011-01-01
tipc: remove zeroing assignments to static global variables
Allan Stephens
1
-1
/
+1
2011-01-01
tipc: cleanup various cosmetic whitespace issues
Allan Stephens
1
-2
/
+3
2011-01-01
tipc: remove redundant #includes
Allan Stephens
1
-4
/
+0
2010-12-02
tipc: Remove obsolete native API files and exports
Allan Stephens
1
-3
/
+3
2010-09-09
tipc: Optimize handling excess content on incoming messages
Paul Gortmaker
1
-10
/
+3
2010-09-06
tipc: Fix misleading error code when enabling Ethernet bearers
Allan Stephens
1
-0
/
+10
2010-09-06
tipc: Ensure outgoing messages on Ethernet have sufficient headroom
Allan Stephens
1
-8
/
+17
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-05-17
net: remove needless (now buggy) & from dev->dev_addr
Jiri Pirko
1
-1
/
+1
2008-10-27
net: convert print_mac to %pM
Johannes Berg
1
-2
/
+1
2008-07-19
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
1
-2
/
+2
2008-07-14
tipc: Eliminate improper use of TIPC_OK error code
Allan Stephens
1
-3
/
+3
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-2
/
+2
2007-10-10
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-1
/
+1
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-2
/
+2
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-1
/
+1
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+3
2007-10-10
[NET]: Make packet reception network namespace safe
Eric W. Biederman
1
-0
/
+6
2007-07-10
[TIPC]: Improved support for Ethernet traffic filtering
Allan Stephens
1
-5
/
+6
2007-05-24
[TIPC]: Fixed erroneous introduction of for_each_netdev
Jon Paul Maloy
1
-4
/
+6
2007-05-03
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
1
-5
/
+7
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[NET] TIPC: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-10
[NET] TIPC: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-29
/
+29
2006-06-25
[TIPC]: Validate entire interface name when locating bearer to enable.
Allan Stephens
1
-3
/
+2
2006-06-25
[TIPC]: Corrected potential misuse of tipc_media_addr structure.
Allan Stephens
1
-1
/
+3
2006-06-25
[TIPC] Improved tolerance to promiscuous mode interface
Jon Maloy
1
-9
/
+11
2006-03-20
[TIPC]: Fix simple sparse warnings
Sam Ravnborg
1
-2
/
+2
2006-01-18
[TIPC] Avoid polluting the global namespace
Per Liden
1
-4
/
+4
2006-01-18
[TIPC] Remove unused #includes
Per Liden
1
-1
/
+0
2006-01-18
[TIPC] Move ethernet protocol id to linux/if_ether.h
Per Liden
1
-3
/
+2
2006-01-18
[TIPC] Updated link priority macros
Per Liden
1
-3
/
+3
[next]