aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAge
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-20
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-24
* tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-24
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-24
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-24
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-24
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-16
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-30
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-20
* tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-14
* tipc: fix default link prop regression in nl compatRichard Alpe2015-05-09
* tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-29
* tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy2015-03-10
* tipc: add ip/udp media typeErik Hugne2015-03-05
* tipc: purge links when bearer is disabledErik Hugne2015-02-27
* tipc: remove tipc_snprintfRichard Alpe2015-02-09
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-09
* tipc: convert legacy nl media dump to nl compatRichard Alpe2015-02-09
* tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe2015-02-09
* tipc: convert legacy nl bearer dump to nl compatRichard Alpe2015-02-09
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-09
* tipc: make tipc node address support net namespaceYing Xue2015-01-12
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-12
* tipc: make bearer list support net namespaceYing Xue2015-01-12
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-12
* tipc: involve namespace infrastructureYing Xue2015-01-12
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-24
* tipc: add media set to new netlink apiRichard Alpe2014-11-21
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-21
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-21
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-21
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-21
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-14
* tipc: fix race in disc create/deleteYing Xue2014-04-22
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-22
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-22
* tipc: make media_ptr pointed netdevice validYing Xue2014-04-22
* tipc: purge tipc_net_lock lockYing Xue2014-04-22
* tipc: use RCU to protect media_ptr pointerYing Xue2014-04-22
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-22
* tipc: convert bearer_list to RCU listYing Xue2014-04-22
* tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-22
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-28
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-28
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-27
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-27
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-27
* tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-22