aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy1-1/+7
2016-12-02tipc: check minimum bearer MTUMichal Kubeček1-0/+13
2016-08-26tipc: introduce UDP replicastRichard Alpe1-0/+1
2016-08-18tipc: make bearer packet filtering genericJon Paul Maloy1-0/+1
2016-07-26tipc: add a function to get the bearer nameParthasarathy Bhuvaragan1-0/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-11tipc: reset all unicast links when broadcast send link failsJon Paul Maloy1-0/+1
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy1-1/+1
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy1-15/+0
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-4/+4
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-2/+0
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy1-0/+3
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-0/+1
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy1-0/+3
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-0/+3
2015-05-14tipc: simplify include dependenciesJon Paul Maloy1-1/+1
2015-03-05tipc: add ip/udp media typeErik Hugne1-3/+9
2015-02-27tipc: make media address offset a common defineErik Hugne1-0/+1
2015-02-27tipc: rename media/msg related definitionsErik Hugne1-2/+2
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe1-1/+0
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-3/+0
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-1/+0
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-6/+15
2015-01-12tipc: make bearer list support net namespaceYing Xue1-9/+7
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-2/+2
2015-01-12tipc: involve namespace infrastructureYing Xue1-2/+3
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue1-1/+1
2014-11-21tipc: add media set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe1-0/+3
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe1-0/+2
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe1-1/+6
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy1-16/+19
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue1-1/+1
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-3/+3
2014-04-22tipc: convert bearer_list to RCU listYing Xue1-1/+3
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne1-0/+2
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-2/+0
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue1-1/+1
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue1-4/+1
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue1-2/+0
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-2/+1
2014-01-04tipc: remove unused codestephen hemminger1-1/+0
2013-12-11tipc: eliminate code duplication in media layerYing Xue1-15/+11
2013-12-11tipc: relocate common functions from media to bearerYing Xue1-9/+2
2013-12-11tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue1-0/+2
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy1-3/+3
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy1-2/+3
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-5/+1
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue1-1/+1