aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/eth_media.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: remove zeroing assignments to static global variablesGravatar Allan Stephens 1-1/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesGravatar Allan Stephens 1-2/+3
2011-01-01tipc: remove redundant #includesGravatar Allan Stephens 1-4/+0
2010-12-02tipc: Remove obsolete native API files and exportsGravatar Allan Stephens 1-3/+3
2010-09-09tipc: Optimize handling excess content on incoming messagesGravatar Paul Gortmaker 1-10/+3
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersGravatar Allan Stephens 1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomGravatar Allan Stephens 1-8/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-05-17net: remove needless (now buggy) & from dev->dev_addrGravatar Jiri Pirko 1-1/+1
2008-10-27net: convert print_mac to %pMGravatar Johannes Berg 1-2/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-07-14tipc: Eliminate improper use of TIPC_OK error codeGravatar Allan Stephens 1-3/+3
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-2/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Gravatar Stephen Hemminger 1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-2/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeGravatar Eric W. Biederman 1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeGravatar Eric W. Biederman 1-0/+6
2007-07-10[TIPC]: Improved support for Ethernet traffic filteringGravatar Allan Stephens 1-5/+6
2007-05-24[TIPC]: Fixed erroneous introduction of for_each_netdevGravatar Jon Paul Maloy 1-4/+6
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-5/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Gravatar Arnaldo Carvalho de Melo 1-2/+2
2007-04-25[NET] TIPC: Use htons() where appropriate.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-29/+29
2006-06-25[TIPC]: Validate entire interface name when locating bearer to enable.Gravatar Allan Stephens 1-3/+2
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Gravatar Allan Stephens 1-1/+3
2006-06-25[TIPC] Improved tolerance to promiscuous mode interfaceGravatar Jon Maloy 1-9/+11
2006-03-20[TIPC]: Fix simple sparse warningsGravatar Sam Ravnborg 1-2/+2
2006-01-18[TIPC] Avoid polluting the global namespaceGravatar Per Liden 1-4/+4
2006-01-18[TIPC] Remove unused #includesGravatar Per Liden 1-1/+0
2006-01-18[TIPC] Move ethernet protocol id to linux/if_ether.hGravatar Per Liden 1-3/+2
2006-01-18[TIPC] Updated link priority macrosGravatar Per Liden 1-3/+3
2006-01-12[TIPC] More updates of file headersGravatar Per Liden 1-1/+1
2006-01-12[TIPC] Update of file headersGravatar Per Liden 1-2/+1
2006-01-12[TIPC] License header updateGravatar Per Liden 1-19/+23
2006-01-12[TIPC] Initial mergeGravatar Per Liden 1-0/+296