summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-241-21/+10Star
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-241-0/+18
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-0/+13
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-6/+29
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-161-5/+3Star
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-311-2/+2
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-211-0/+26
* tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-141-10/+8Star
* tipc: fix default link prop regression in nl compatRichard Alpe2015-05-091-1/+1
* tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-8/+9
* tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy2015-03-101-1/+1
* tipc: add ip/udp media typeErik Hugne2015-03-061-4/+9
* tipc: purge links when bearer is disabledErik Hugne2015-02-281-1/+1
* tipc: remove tipc_snprintfRichard Alpe2015-02-091-3/+3
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-091-1/+0Star
* tipc: convert legacy nl media dump to nl compatRichard Alpe2015-02-091-20/+0Star
* tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe2015-02-091-21/+5Star
* tipc: convert legacy nl bearer dump to nl compatRichard Alpe2015-02-091-29/+0Star
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-2/+2
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-6/+7
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-3/+4
* tipc: make bearer list support net namespaceYing Xue2015-01-121-28/+39
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-11/+14
* tipc: involve namespace infrastructureYing Xue2015-01-121-17/+12Star
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-2/+4
* tipc: add media set to new netlink apiRichard Alpe2014-11-211-0/+47
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-211-0/+49
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-1/+98
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-29/+7Star
* tipc: fix race in disc create/deleteYing Xue2014-04-231-2/+1Star
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-231-4/+2Star
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-231-1/+1
* tipc: make media_ptr pointed netdevice validYing Xue2014-04-231-0/+1
* tipc: purge tipc_net_lock lockYing Xue2014-04-231-21/+10Star
* tipc: use RCU to protect media_ptr pointerYing Xue2014-04-231-3/+10
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-231-10/+30
* tipc: convert bearer_list to RCU listYing Xue2014-04-231-9/+9
* tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-231-8/+3Star
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-281-2/+2
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-281-0/+7
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-271-1/+1
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-271-5/+4Star
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-271-11/+35
* tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+6
|\
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-221-1/+6
* | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-131-13/+3Star
* | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-131-6/+6