aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/bearer.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-2/+4
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-1/+2
2019-11-08tipc: add reference counter to bearerGravatar Tuong Lien 1-0/+3
2019-08-08tipc: add loopback device trackingGravatar John Rutherford 1-0/+10
2018-12-19tipc: enable tracepoints in tipcGravatar Tuong Lien 1-1/+1
2018-04-20tipc: implement configuration of UDP media MTUGravatar GhantaKrishnamurthy MohanKrishna 1-0/+3
2018-03-23tipc: some cleanups in the file discover.cGravatar Jon Maloy 1-1/+1
2018-02-14tipc: Introduce __tipc_nl_media_setGravatar Ying Xue 1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_setGravatar Ying Xue 1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_enableGravatar Ying Xue 1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_disableGravatar Ying Xue 1-0/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2017-08-29tipc: permit bond slave as bearerGravatar Parthasarathy Bhuvaragan 1-0/+2
2017-08-21tipc: don't reset stale broadcast send linkGravatar Jon Paul Maloy 1-1/+0
2017-01-20tipc: add function for checking broadcast support in bearerGravatar Jon Paul Maloy 1-1/+7
2016-12-02tipc: check minimum bearer MTUGravatar Michal Kubeček 1-0/+13
2016-08-26tipc: introduce UDP replicastGravatar Richard Alpe 1-0/+1
2016-08-18tipc: make bearer packet filtering genericGravatar Jon Paul Maloy 1-0/+1
2016-07-26tipc: add a function to get the bearer nameGravatar Parthasarathy Bhuvaragan 1-0/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2016-07-11tipc: reset all unicast links when broadcast send link failsGravatar Jon Paul Maloy 1-0/+1
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-1/+1
2016-04-13tipc: remove remnants of old broadcast codeGravatar Jon Paul Maloy 1-15/+0
2015-11-20tipc: eliminate remnants of hungarian notationGravatar Jon Paul Maloy 1-4/+4
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-2/+0
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersGravatar Jon Paul Maloy 1-0/+3
2015-10-24tipc: introduce jumbo frame support for broadcastGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: simplify bearer level broadcastGravatar Jon Paul Maloy 1-0/+3
2015-07-20tipc: make media xmit call outside node spinlock contextGravatar Jon Paul Maloy 1-0/+3
2015-05-14tipc: simplify include dependenciesGravatar Jon Paul Maloy 1-1/+1
2015-03-05tipc: add ip/udp media typeGravatar Erik Hugne 1-3/+9
2015-02-27tipc: make media address offset a common defineGravatar Erik Hugne 1-0/+1
2015-02-27tipc: rename media/msg related definitionsGravatar Erik Hugne 1-2/+2
2015-02-09tipc: convert legacy nl media dump to nl compatGravatar Richard Alpe 1-1/+0
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatGravatar Richard Alpe 1-3/+0
2015-02-09tipc: convert legacy nl bearer dump to nl compatGravatar Richard Alpe 1-1/+0
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-6/+15
2015-01-12tipc: make bearer list support net namespaceGravatar Ying Xue 1-9/+7
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-2/+2
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-2/+3
2014-11-26tipc: use generic SKB list APIs to manage link receive queueGravatar Ying Xue 1-1/+1
2014-11-21tipc: add media set to new netlink apiGravatar Richard Alpe 1-0/+1
2014-11-21tipc: add media get/dump to new netlink apiGravatar Richard Alpe 1-0/+3
2014-11-21tipc: add bearer set to new netlink apiGravatar Richard Alpe 1-0/+1
2014-11-21tipc: add bearer get/dump to new netlink apiGravatar Richard Alpe 1-0/+2
2014-11-21tipc: add bearer disable/enable to new netlink apiGravatar Richard Alpe 1-1/+6
2014-05-14tipc: improve and extend media address conversion functionsGravatar Jon Paul Maloy 1-16/+19
2014-04-22tipc: use RCU to protect media_ptr pointerGravatar Ying Xue 1-1/+1
2014-04-22tipc: decouple the relationship between bearer and linkGravatar Ying Xue 1-3/+3
2014-04-22tipc: convert bearer_list to RCU listGravatar Ying Xue 1-1/+3