aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/eth_media.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-2/+3
2011-01-01tipc: remove redundant #includesAllan Stephens1-4/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens1-3/+3
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker1-10/+3
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens1-8/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko1-1/+1
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-2/+2
2008-07-14tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens1-3/+3
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+6
2007-07-10[TIPC]: Improved support for Ethernet traffic filteringAllan Stephens1-5/+6
2007-05-24[TIPC]: Fixed erroneous introduction of for_each_netdevJon Paul Maloy1-4/+6
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-5/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[NET] TIPC: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-29/+29
2006-06-25[TIPC]: Validate entire interface name when locating bearer to enable.Allan Stephens1-3/+2
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens1-1/+3
2006-06-25[TIPC] Improved tolerance to promiscuous mode interfaceJon Maloy1-9/+11
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg1-2/+2
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-4/+4
2006-01-18[TIPC] Remove unused #includesPer Liden1-1/+0
2006-01-18[TIPC] Move ethernet protocol id to linux/if_ether.hPer Liden1-3/+2
2006-01-18[TIPC] Updated link priority macrosPer Liden1-3/+3
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+296