summaryrefslogtreecommitdiffstats
path: root/net/tipc/eth_media.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: make media address offset a common defineErik Hugne2015-02-271-4/+2
* tipc: rename media/msg related definitionsErik Hugne2015-02-271-1/+1
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-19/+32
* tipc: eliminate code duplication in media layerYing Xue2013-12-111-107/+17
* tipc: relocate common functions from media to bearerYing Xue2013-12-111-196/+3
* tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-111-23/+32
* tipc: initiate media type array at compile timeJon Paul Maloy2013-12-111-7/+3
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-091-12/+2
* tipc: correct return value of recv_msg routineYing Xue2013-10-181-3/+3
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-181-3/+3
* tipc: make bearer and media naming consistentYing Xue2013-10-181-28/+28
* tipc: remove dev_base_lock use from enable_bearerYing Xue2013-06-171-11/+2
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy2013-04-171-0/+1
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-171-7/+11
* tipc: remove unused str2addr media callbackPatrick McHardy2013-04-171-20/+0
* tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-19/+0
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-291-2/+2
* tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens2011-12-271-3/+0
* tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens2011-12-271-12/+27
* tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens2011-12-271-4/+0
* tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens2011-12-271-9/+13
* tipc: Add new address conversion routines for Ethernet mediaAllan Stephens2011-12-271-2/+61
* tipc: Improve handling of media address printing errorsAllan Stephens2011-12-271-6/+6
* tipc: Register new media using pre-compiled structureAllan Stephens2011-12-271-11/+19
* tipc: Lower limits for number of bearers and media typesAllan Stephens2011-09-171-1/+1
* tipc: Remove redundant search when enabling bearerAllan Stephens2011-09-171-15/+9
* tipc: Fix unsafe device list search when enabling bearerAllan Stephens2011-09-171-2/+4
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-2/+3
* tipc: remove redundant #includesAllan Stephens2011-01-011-4/+0
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-021-3/+3
* tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2010-09-091-10/+3
* tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens2010-09-061-0/+10
* tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens2010-09-061-8/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: remove needless (now buggy) & from dev->dev_addrJiri Pirko2009-05-171-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-2/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-2/+2
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-141-3/+3
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+6
* [TIPC]: Improved support for Ethernet traffic filteringAllan Stephens2007-07-101-5/+6
OpenPOWER on IntegriCloud