aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-17/+1
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-70/+70
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-19/+0
2015-10-24tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy1-21/+10
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy1-0/+18
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-0/+13
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy1-6/+29
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy1-5/+3
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-2/+2
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-0/+26
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy1-10/+8
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe1-1/+1
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel1-8/+9
2015-03-10tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy1-1/+1
2015-03-05tipc: add ip/udp media typeErik Hugne1-4/+9
2015-02-27tipc: purge links when bearer is disabledErik Hugne1-1/+1
2015-02-09tipc: remove tipc_snprintfRichard Alpe1-3/+3
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+0
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe1-20/+0
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-21/+5
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-29/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-2/+2
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-6/+7
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-3/+4
2015-01-12tipc: make bearer list support net namespaceYing Xue1-28/+39
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-11/+14
2015-01-12tipc: involve namespace infrastructureYing Xue1-17/+12
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-2/+4
2014-11-21tipc: add media set to new netlink apiRichard Alpe1-0/+47
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe1-0/+125
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe1-0/+49
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe1-0/+125
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe1-1/+98
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy1-29/+7
2014-04-22tipc: fix race in disc create/deleteYing Xue1-2/+1
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue1-4/+2
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-21/+10
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue1-3/+10
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-10/+30
2014-04-22tipc: convert bearer_list to RCU listYing Xue1-9/+9
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne1-2/+2
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne1-0/+7
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue1-1/+1
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-5/+4
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue1-11/+35
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6