aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-03tipc: Remove unused function declarationsYue Haibing1-2/+0
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long1-2/+2
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long1-0/+3
2021-10-13tipc: constify dev_addr passingJakub Kicinski1-1/+1
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun1-3/+3
2020-12-01net/tipc: fix tipc header files for kernel-docRandy Dunlap1-3/+7
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-2/+4
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-1/+2
2019-11-08tipc: add reference counter to bearerTuong Lien1-0/+3
2019-08-08tipc: add loopback device trackingJohn Rutherford1-0/+10
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-1/+1
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna1-0/+3
2018-03-23tipc: some cleanups in the file discover.cJon Maloy1-1/+1
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue1-0/+1
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue1-0/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan1-0/+2
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-1/+0
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
2013-10-18tipc: make bearer and media naming consistentYing Xue1-4/+4
2013-04-17tipc: add InfiniBand media typePatrick McHardy1-0/+9
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy1-2/+3
2013-04-17tipc: remove unused str2addr media callbackPatrick McHardy1-2/+0
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-21/+3
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-4/+0
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker1-1/+1
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-5/+6
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker1-5/+5
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens1-0/+8
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-9/+8
2011-12-27tipc: Add new address conversion routines for Ethernet mediaAllan Stephens1-1/+18
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens1-2/+1
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens1-10/+1
2011-09-17tipc: Lower limits for number of bearers and media typesAllan Stephens1-2/+2
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens1-2/+0
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens1-2/+0
2011-03-13tipc: Remove unused field in bearer structureAllan Stephens1-2/+0
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens1-1/+1
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-36/+31
2010-12-02tipc: Delete useless function prototypesAllan Stephens1-1/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-1/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens1-1/+68
2010-05-12tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens1-14/+2
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman1-1/+1
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-11/+11
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-20/+18
2006-01-18[TIPC] Minor changes to #includesJon Maloy1-1/+1
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+169